Include <sys/types.h>, so that this file is self-contained.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2003 20:09:53 +0000 (20:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2003 20:09:53 +0000 (20:09 +0000)
lib/makepath.h

index 487dba615ef7d2e5f2dd231b7dce8f6a65360f5f..7c1bea8f47ee74ce315b89e4c7c4f5cf6b102667 100644 (file)
@@ -19,6 +19,8 @@
 
 /* Written by David MacKenzie <djm@gnu.ai.mit.edu> and Jim Meyering.  */
 
+#include <sys/types.h>
+
 int make_path (const char *_argpath,
               int _mode,
               int _parent_mode,