From: Christos Zoulas Date: Sun, 22 Mar 2009 23:27:05 +0000 (+0000) Subject: include file.h to get prototypes. X-Git-Tag: FILE5_05~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0c3d103cfddea4643aac1c5887987e17dba6678;p=file include file.h to get prototypes. --- diff --git a/src/strlcat.c b/src/strlcat.c index 3fc2dcbf..9692bc10 100644 --- a/src/strlcat.c +++ b/src/strlcat.c @@ -17,6 +17,7 @@ */ /* OPENBSD ORIGINAL: lib/libc/string/strlcat.c */ +#include "file.h" #include #include diff --git a/src/strlcpy.c b/src/strlcpy.c index 224e1393..992501c8 100644 --- a/src/strlcpy.c +++ b/src/strlcpy.c @@ -17,6 +17,7 @@ */ /* OPENBSD ORIGINAL: lib/libc/string/strlcpy.c */ +#include "file.h" #include #include