Commit 386b242c 386b242c368d4b610f4d49d67ee02c1a00faff07 by Sergey Poznyakoff

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

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