summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rfb/rfb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index c16336d..abe1477 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -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
OpenPOWER on IntegriCloud