summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/fcntl-safer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fcntl-safer.h b/lib/fcntl-safer.h
index 8fc564f81..cab6aab1a 100644
--- 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);