You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/08/16 16:12:39 UTC

cvs commit: httpd-2.0/os/unix unixd.h

rbb         01/08/16 07:12:39

  Modified:    os/unix  unixd.h
  Log:
  Fix a new error on Linux.
  
  Revision  Changes    Path
  1.25      +1 -0      httpd-2.0/os/unix/unixd.h
  
  Index: unixd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/unixd.h,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- unixd.h	2001/08/16 13:59:14	1.24
  +++ unixd.h	2001/08/16 14:12:39	1.25
  @@ -74,6 +74,7 @@
   #include <pwd.h>
   #include <grp.h>
   #include <sys/types.h>
  +#include <sys/ipc.h>
   
   typedef struct {
       uid_t uid;