summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-09-11 22:50:19 +0300
committerChristian Beier <dontmind@freeshell.org>2012-09-14 18:47:58 +0200
commitec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89 (patch)
tree562963b905bf4c774030061d670573a851998855
parent8f544bd276fcabc52d3816fb0814229805c8d198 (diff)
downloadlibvncserver-ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89.zip
libvncserver-ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89.tar.gz
Include strings.h for strncasecmp(3)
-rw-r--r--libvncclient/rfbproto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c
index d18459e..41afc6c 100644
--- a/libvncclient/rfbproto.c
+++ b/libvncclient/rfbproto.c
@@ -53,6 +53,7 @@
#endif
#include <jpeglib.h>
#endif
+#include <strings.h>
#include <stdarg.h>
#include <time.h>
OpenPOWER on IntegriCloud