changeset 4660:fb861a8544e6

Include <sys/types.h>, so that this file is self-contained.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Sep 2003 20:09:53 +0000
parents 1b52171ed2f7
children 3d0185179f62
files lib/makepath.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,