Make LibVNCServer build for Android.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
pull/1/head
letsgoustc 13 years ago committed by Christian Beier
parent 17ce0c5628
commit 488ad8a609

@ -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

Loading…
Cancel
Save