Commit 488ad8a6 authored by letsgoustc's avatar letsgoustc Committed by Christian Beier

Make LibVNCServer build for Android.

Signed-off-by: 's avatarChristian Beier <dontmind@freeshell.org>
parent 17ce0c56
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment