Added missing include file for strcmp() and strlen()
authorJoey Schulze <joey@infodrom.org>
Tue, 3 May 2005 03:38:50 +0000 (03:38 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 3 May 2005 03:38:50 +0000 (03:38 +0000)
cgitest.c

index c2c8cd8..af69a0f 100644 (file)
--- a/cgitest.c
+++ b/cgitest.c
@@ -23,6 +23,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <cgi.h>
 
 s_cgi *cgi;