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.
AC_INIT(LibVNCServer, 0.5, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.5)
AC_INIT(LibVNCServer, 0.6pre, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.6pre)
AM_CONFIG_HEADER([include/rfbconfig.h])
# Checks for programs.

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

Loading…
Cancel
Save