From a0c3d103cfddea4643aac1c5887987e17dba6678 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 22 Mar 2009 23:27:05 +0000 Subject: [PATCH] include file.h to get prototypes. --- src/strlcat.c | 1 + src/strlcpy.c | 1 + 2 files changed, 2 insertions(+) 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 -- 2.50.1