summaryrefslogtreecommitdiff
path: root/lib/makepath.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-10 09:32:52 +0000
committerJim Meyering <jim@meyering.net>2003-09-10 09:32:52 +0000
commit35fa8e6ddc4a0138d94e32d9b021ff982ea7f4f9 (patch)
treeebe05a10c117849081655b50db094ced824d6c79 /lib/makepath.h
parent6efb5fad77f7e9041eba5d1107f1dab2d38a5c89 (diff)
downloadcoreutils-35fa8e6ddc4a0138d94e32d9b021ff982ea7f4f9.tar.xz
Include <sys/types.h>, so that this file is self-contained.
Diffstat (limited to 'lib/makepath.h')
-rw-r--r--lib/makepath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/makepath.h b/lib/makepath.h
index 487dba615..7c1bea8f4 100644
--- a/lib/makepath.h
+++ b/lib/makepath.h
@@ -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,