X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jcc.c;h=347f35f4147c65690f4d0aaf0badd21b1e1a859a;hb=85a498648ac6227df9b1121194e42ce98731ee81;hp=a89df36c20b20d5ea7c496119427b4d0bfcef694;hpb=a7c60ebfa31570ad116b7777c0e24b2b86a46599;p=privoxy.git diff --git a/jcc.c b/jcc.c index a89df36c..347f35f4 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.40 2001/09/16 15:41:45 jongfoster Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.41 2001/09/16 17:05:14 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.40 2001/09/16 15:41:45 jongfoster Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.41 2001/09/16 17:05:14 jongfoster + * Removing unused #include showarg.h + * * Revision 1.40 2001/09/16 15:41:45 jongfoster * Fixing signed/unsigned comparison warning. * @@ -330,6 +333,10 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.40 2001/09/16 15:41:45 jongfoster Exp $"; # include /* declarations for threads and stuff. */ # endif +# ifdef __EMX__ +# include /* OS/2/EMX needs a little help with select */ +# endif + # ifndef FD_ZERO # include # endif