diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-07-23 18:02:51 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-07-23 18:02:51 +0200 |
commit | b6d24bfa115b8ac9d4a16505c8eacacc2b195b15 (patch) | |
tree | 4f60e16b335bafc7939f47ed2a830e0a0edbf6cd /rfb/rfb.h | |
parent | 5a5cfbe24c307c842a736ac222307f8f63950296 (diff) | |
download | libtdevnc-b6d24bfa115b8ac9d4a16505c8eacacc2b195b15.tar.gz libtdevnc-b6d24bfa115b8ac9d4a16505c8eacacc2b195b15.zip |
Adopt autotools build system to Android.
LibVNCServer/LibVNCClient now build for Android!
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r-- | rfb/rfb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |