Include <string.h> where needed
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 1 Jun 2009 16:17:00 +0000 (17:17 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 1 Jun 2009 16:17:00 +0000 (17:17 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
auth.c
cstp.c
http.c
mainloop.c

diff --git a/auth.c b/auth.c
index b2b26c5..4072789 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <time.h>
+#include <string.h>
 #include <ctype.h>
 
 #include <openssl/err.h>
diff --git a/cstp.c b/cstp.c
index a6b1557..99e2018 100644 (file)
--- a/cstp.c
+++ b/cstp.c
@@ -26,6 +26,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <time.h>
+#include <string.h>
 #include <ctype.h>
 
 #include <openssl/ssl.h>
diff --git a/http.c b/http.c
index 7a459de..1efd764 100644 (file)
--- a/http.c
+++ b/http.c
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <time.h>
+#include <string.h>
 #include <ctype.h>
 
 #include <openssl/ssl.h>
index bc2b120..6a06ec6 100644 (file)
@@ -29,6 +29,7 @@
 #include <signal.h>
 #include <arpa/inet.h>
 #include <unistd.h>
+#include <string.h>
 
 #include "openconnect.h"