X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.c;h=f0ea5919438ce19057f9abf83216d3e5c4da3114;hp=514269b56177f260f96f645708079c35af892fcf;hb=bb414b9127e508d7e5d2fff86775c9a07299e0cd;hpb=4fc79f76739bc242b12042297455e87a9ea7ce3e diff --git a/gateway.c b/gateway.c index 514269b5..f0ea5919 100644 --- a/gateway.c +++ b/gateway.c @@ -1,4 +1,4 @@ -const char gateway_rcs[] = "$Id: gateway.c,v 1.4 2001/07/24 12:47:06 oes Exp $"; +const char gateway_rcs[] = "$Id: gateway.c,v 1.5 2001/07/29 18:47:57 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.c,v $ @@ -34,6 +34,9 @@ const char gateway_rcs[] = "$Id: gateway.c,v 1.4 2001/07/24 12:47:06 oes Exp $"; * * Revisions : * $Log: gateway.c,v $ + * Revision 1.5 2001/07/29 18:47:57 jongfoster + * Adding missing #include project.h + * * Revision 1.4 2001/07/24 12:47:06 oes * Applied BeOS support update by Eugenia * @@ -62,6 +65,7 @@ const char gateway_rcs[] = "$Id: gateway.c,v 1.4 2001/07/24 12:47:06 oes Exp $"; #include #include +#include #include #ifdef _WIN32