X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=errlog.c;h=ec623b8f554b1ad149f45bdb39fcb89ae0a1d5f0;hb=e9cce70a7b744e3b7ce9bafcf64c7827c1c1f675;hp=7b32addb2222fabfaa2ceb9ac5f062619ef42efe;hpb=97110184221edacdb7d4dfc29de0e38d63f4d831;p=privoxy.git diff --git a/errlog.c b/errlog.c index 7b32addb..ec623b8f 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.35 2002/03/24 15:23:33 jongfoster Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.36 2002/03/26 22:29:54 swa Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -33,6 +33,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.35 2002/03/24 15:23:33 jongfoster E * * Revisions : * $Log: errlog.c,v $ + * Revision 1.36 2002/03/26 22:29:54 swa + * we have a new homepage! + * * Revision 1.35 2002/03/24 15:23:33 jongfoster * Name changes * @@ -228,6 +231,7 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.35 2002/03/24 15:23:33 jongfoster E #endif /* def _WIN32 */ #ifdef __OS2__ +#include /* For sock_errno */ #define INCL_DOS #include #endif