Commit e311d53e authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  No <sys/ipc.h> under cygwin.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90800 13f79535-47bb-0310-9956-ffa450edef68
parent e28e60f1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -73,8 +73,12 @@

#include <pwd.h>
#include <grp.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_IPC_H
#include <sys/ipc.h>
#endif

typedef struct {
    uid_t uid;