You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@locus.apache.org on 2000/11/30 18:39:08 UTC

cvs commit: jakarta-tomcat-4.0/connectors/webapplib wa.h

pier        00/11/30 09:39:08

  Modified:    connectors/webapplib wa.h
  Log:
  Damn linux :)
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-tomcat-4.0/connectors/webapplib/wa.h
  
  Index: wa.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/connectors/webapplib/wa.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- wa.h	2000/11/29 12:23:00	1.4
  +++ wa.h	2000/11/30 17:39:08	1.5
  @@ -55,7 +55,7 @@
    *                                                                           *
    * ========================================================================= */
   
  -// CVS $Id: wa.h,v 1.4 2000/11/29 12:23:00 pier Exp $
  +// CVS $Id: wa.h,v 1.5 2000/11/30 17:39:08 pier Exp $
   // Author: Pier Fumagalli <ma...@eng.sun.com>
   
   #ifndef _WA_H_
  @@ -72,6 +72,7 @@
   #include <sys/errno.h>
   #include <sys/types.h>
   #include <sys/socket.h>
  +#include <netinet/in.h>
   
   /* Define TRUE and FALSE */
   #ifndef TRUE