summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-07-23 18:02:51 +0200
committerChristian Beier <dontmind@freeshell.org>2011-07-23 18:02:51 +0200
commitb6d24bfa115b8ac9d4a16505c8eacacc2b195b15 (patch)
tree4f60e16b335bafc7939f47ed2a830e0a0edbf6cd /rfb
parent5a5cfbe24c307c842a736ac222307f8f63950296 (diff)
downloadlibvncserver-b6d24bfa115b8ac9d4a16505c8eacacc2b195b15.zip
libvncserver-b6d24bfa115b8ac9d4a16505c8eacacc2b195b15.tar.gz
Adopt autotools build system to Android.
LibVNCServer/LibVNCClient now build for Android!
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index abe1477..c6cf524 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -43,7 +43,7 @@ extern "C"
#include <string.h>
#include <rfb/rfbproto.h>
-#ifdef ANDROID
+#if defined(ANDROID) || defined(LIBVNCSERVER_HAVE_ANDROID)
#include <arpa/inet.h>
#include <sys/select.h>
#endif
OpenPOWER on IntegriCloud