diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-11 22:50:19 +0300 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2012-09-14 18:47:58 +0200 |
commit | ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89 (patch) | |
tree | 562963b905bf4c774030061d670573a851998855 /libvncclient | |
parent | 8f544bd276fcabc52d3816fb0814229805c8d198 (diff) | |
download | libtdevnc-ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89.tar.gz libtdevnc-ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89.zip |
Include strings.h for strncasecmp(3)
Diffstat (limited to 'libvncclient')
-rw-r--r-- | libvncclient/rfbproto.c | 1 |
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> |