]> granicus.if.org Git - file/commitdiff
include file.h to get prototypes.
authorChristos Zoulas <christos@zoulas.com>
Sun, 22 Mar 2009 23:27:05 +0000 (23:27 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 22 Mar 2009 23:27:05 +0000 (23:27 +0000)
src/strlcat.c
src/strlcpy.c

index 3fc2dcbf219756f688983fd3a6f8d0acda7f88b9..9692bc10dff0cb6861d3c3d91343e3daa90f7046 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 /* OPENBSD ORIGINAL: lib/libc/string/strlcat.c */
+#include "file.h"
 
 #include <sys/types.h>
 #include <string.h>
index 224e1393710f9d0a8517a4ca968ae281c2454f28..992501c862871c999a6d33ed3e7d55b3891e92de 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 /* OPENBSD ORIGINAL: lib/libc/string/strlcpy.c */
+#include "file.h"
 
 #include <sys/types.h>
 #include <string.h>