summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
commit64c5e0312e6e72f46bfee496c792e0e9eb96bf3b (patch)
tree1c9dae03eb0ec2093a01fb0c169b0e4b0e92a0e6 /libutil
parentbf56c3d770aff2c18420632852ff3bca0297baea (diff)
downloadpw-darwin-64c5e0312e6e72f46bfee496c792e0e9eb96bf3b.tar.gz
pw-darwin-64c5e0312e6e72f46bfee496c792e0e9eb96bf3b.tar.zst
pw-darwin-64c5e0312e6e72f46bfee496c792e0e9eb96bf3b.zip
All these have to include stdio.h now.
Diffstat (limited to 'libutil')
-rw-r--r--libutil/_secure_path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libutil/_secure_path.c b/libutil/_secure_path.c
index 01c29bf..4fd1fc5 100644
--- a/libutil/_secure_path.c
+++ b/libutil/_secure_path.c
@@ -18,12 +18,13 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: _secure_path.c,v 1.1 1997/05/10 18:55:37 davidn Exp $
+ * $Id: _secure_path.c,v 1.2 1997/05/15 06:06:32 davidn Exp $
*/
#include <sys/types.h>
#include <sys/stat.h>
+#include <stdio.h>
#include <syslog.h>
#include <errno.h>
#include <libutil.h>