From ec3fff609c25c0a5a7e60ee8f4e5f5ce34e3ad89 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 11 Sep 2012 22:50:19 +0300 Subject: [PATCH] Include strings.h for strncasecmp(3) --- libvncclient/rfbproto.c | 1 + 1 file changed, 1 insertion(+) 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 #endif +#include #include #include