include order was wrong

pull/1/head
dscho 22 years ago
parent d832c5be9a
commit e7d21a7a18

@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.5, http://sourceforge.net/projects/libvncserver) AC_INIT(LibVNCServer, 0.6pre, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.5) AM_INIT_AUTOMAKE(LibVNCServer, 0.6pre)
AM_CONFIG_HEADER([include/rfbconfig.h]) AM_CONFIG_HEADER([include/rfbconfig.h])
# Checks for programs. # Checks for programs.

@ -10,6 +10,9 @@
* see GPL (latest version) for full details * see GPL (latest version) for full details
*/ */
#include "rfb.h"
#include "sraRegion.h"
#include <stdarg.h> #include <stdarg.h>
#include <errno.h> #include <errno.h>
@ -31,9 +34,6 @@
#include <signal.h> #include <signal.h>
#include <time.h> #include <time.h>
#include "rfb.h"
#include "sraRegion.h"
#ifdef HAVE_LIBPTHREAD #ifdef HAVE_LIBPTHREAD
MUTEX(logMutex); MUTEX(logMutex);
#endif #endif

Loading…
Cancel
Save