changeset 6132:e0f302924c63

Include <sys/types.h> and declare creat_safer.
author Jim Meyering <jim@meyering.net>
date Sat, 27 Aug 2005 14:28:28 +0000
parents da7178138ab1
children 0f416cb17f53
files lib/fcntl-safer.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fcntl-safer.h
+++ b/lib/fcntl-safer.h
@@ -18,4 +18,7 @@
 
 /* Written by Paul Eggert.  */
 
+#include <sys/types.h>
+
 int open_safer (char const *, int, ...);
+int creat_safer (char const *, mode_t);