aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/_secure_path.c
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
commitb8c11ec197f1c2929a379a39b7ab4e2af5b81d50 (patch)
treede35b158df33e9db830a0cf309cf7c6731cc14bb /lib/libutil/_secure_path.c
parent6ba9413b55aefe0b03d4af6a2a27a4f222c17a8d (diff)
downloadsrc-b8c11ec197f1c2929a379a39b7ab4e2af5b81d50.tar.gz
src-b8c11ec197f1c2929a379a39b7ab4e2af5b81d50.zip
All these have to include stdio.h now.
Notes
Notes: svn path=/head/; revision=40091
Diffstat (limited to 'lib/libutil/_secure_path.c')
-rw-r--r--lib/libutil/_secure_path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/_secure_path.c b/lib/libutil/_secure_path.c
index 01c29bf7b3eb..4fd1fc50081f 100644
--- a/lib/libutil/_secure_path.c
+++ b/lib/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>