Adding support for LOG_LEVEL_CGI
[privoxy.git] / gateway.c
index f0ea591..28a69f1 100644 (file)
--- a/gateway.c
+++ b/gateway.c
@@ -1,4 +1,4 @@
-const char gateway_rcs[] = "$Id: gateway.c,v 1.5 2001/07/29 18:47:57 jongfoster Exp $";
+const char gateway_rcs[] = "$Id: gateway.c,v 1.6 2001/09/10 10:41:16 oes Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/gateway.c,v $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/gateway.c,v $
@@ -34,6 +34,9 @@ const char gateway_rcs[] = "$Id: gateway.c,v 1.5 2001/07/29 18:47:57 jongfoster
  *
  * Revisions   :
  *    $Log: gateway.c,v $
  *
  * Revisions   :
  *    $Log: gateway.c,v $
+ *    Revision 1.6  2001/09/10 10:41:16  oes
+ *    Added #include in.h
+ *
  *    Revision 1.5  2001/07/29 18:47:57  jongfoster
  *    Adding missing #include project.h
  *
  *    Revision 1.5  2001/07/29 18:47:57  jongfoster
  *    Adding missing #include project.h
  *
@@ -67,6 +70,7 @@ const char gateway_rcs[] = "$Id: gateway.c,v 1.5 2001/07/29 18:47:57 jongfoster
 #include <sys/types.h>
 #include <netinet/in.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <netinet/in.h>
 #include <errno.h>
+#include <string.h>
 
 #ifdef _WIN32
 #include <winsock2.h>
 
 #ifdef _WIN32
 #include <winsock2.h>