summaryrefslogtreecommitdiffstats
path: root/libvncclient
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 /libvncclient
parent8f544bd276fcabc52d3816fb0814229805c8d198 (diff)
downloadlibtdevnc-ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89.tar.gz
libtdevnc-ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89.zip
Include strings.h for strncasecmp(3)
Diffstat (limited to 'libvncclient')
-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>