Loading os/unix/unixd.h +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
os/unix/unixd.h +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading