Commit e7d21a7a authored by dscho's avatar dscho

include order was wrong

parent d832c5be
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment