From cef6224e1cff403fd18ab2fe6c88cd1b0363e4e9 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 7 Mar 2005 15:25:36 +0000 Subject: do the in_addr_t stuff correctly... --- rfb/rfbproto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rfb') diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index a6ff83f..29b4b08 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -84,6 +84,10 @@ typedef int8_t rfbBool; typedef uint32_t rfbKeySym; typedef uint32_t rfbPixel; +#ifdef LIBVNCSERVER_NEED_INADDR_T +typedef uint32_t in_addr_t; +#endif + #ifndef INADDR_NONE #define INADDR_NONE ((in_addr_t) 0xffffffff) #endif -- cgit v1.2.3