From ac78cf763e9101b85ebe2ccd399d85706d12810a 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.40.0