diff options
author | letsgoustc <letsgoustc@gmail.com> | 2011-07-22 20:18:30 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-07-22 20:18:30 +0200 |
commit | 488ad8a60969222eb0d417955820bac00982abb5 (patch) | |
tree | ba520dc46223707cef8ea853218072839398b17b | |
parent | 17ce0c56281f55316685f194b34e5f99f4024a5f (diff) | |
download | libvncserver-488ad8a60969222eb0d417955820bac00982abb5.zip libvncserver-488ad8a60969222eb0d417955820bac00982abb5.tar.gz |
Make LibVNCServer build for Android.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-rw-r--r-- | rfb/rfb.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -43,6 +43,11 @@ extern "C" #include <string.h> #include <rfb/rfbproto.h> +#ifdef ANDROID +#include <arpa/inet.h> +#include <sys/select.h> +#endif + #ifdef LIBVNCSERVER_HAVE_SYS_TYPES_H #include <sys/types.h> #endif |