Only seed database for Debian install if we're using default config
[onak.git] / getcgi.c
index ac37cff339d64e523c3b5a5f2db1bcd432aea051..b15351cc28fc4baee252ec1486d72c73d024a7d2 100644 (file)
--- a/getcgi.c
+++ b/getcgi.c
@@ -5,12 +5,11 @@
  *
  * The x2c() and unescape_url() routines were lifted directly
  * from NCSA's sample program util.c, packaged with their HTTPD.
- *
- * $Id: getcgi.c,v 1.5 2003/06/04 20:57:07 noodles Exp $
  */
 
 #include <stdio.h>
 #include <string.h>
+#include <strings.h>
 #include <stdlib.h>
 
 #include "getcgi.h"