diff options
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfbproto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 6921d4a..5061b6e 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -60,6 +60,7 @@ * messages have to be explained by comments. */ +#include <stdint.h> #if defined(WIN32) && !defined(__MINGW32__) #define LIBVNCSERVER_WORDS_BIGENDIAN @@ -108,8 +109,6 @@ typedef int8_t rfbBool; #define TRUE -1 #endif -#include <stdint.h> - typedef uint32_t rfbKeySym; typedef uint32_t rfbPixel; |