summaryrefslogtreecommitdiffstats
path: root/lib/libutil/_secure_path.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
committerjkh <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
commitafb7d7e829ec2c519377c2e71e88bf2c8223a5c2 (patch)
tree8ea8f24c0cedd65d8165b4a390a31e8bb4ffaed5 /lib/libutil/_secure_path.c
parentd8d7e646f416a5174e264ad88911d935fa412354 (diff)
downloadFreeBSD-src-afb7d7e829ec2c519377c2e71e88bf2c8223a5c2.zip
FreeBSD-src-afb7d7e829ec2c519377c2e71e88bf2c8223a5c2.tar.gz
All these have to include stdio.h now.
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 01c29bf..4fd1fc5 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>
OpenPOWER on IntegriCloud