]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
All these have to include stdio.h now.
authorJordan K. Hubbard <jkh@FreeBSD.org>
Fri, 9 Oct 1998 00:39:09 +0000 (00:39 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Fri, 9 Oct 1998 00:39:09 +0000 (00:39 +0000)
libutil/_secure_path.c

index 01c29bf7b3ebf2e66b8a42f683aae96dad641ee7..4fd1fc50081fec9cacff132626aa5160fdf9acd3 100644 (file)
  * 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>