Commit 386b242c 386b242c368d4b610f4d49d67ee02c1a00faff07 by Sergey Poznyakoff

include <sys/types.h> (necessary for Darwin).

1 parent 679d1f51
......@@ -19,6 +19,7 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <errno.h>
#include <grp.h>
#include <netdb.h>
......