From ca1aa5bae951dfd8ea85341609266688ec776482 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 20:53:15 -0500 Subject: more header cleanup and conformance fixes - string.h --- src/string/strlcat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string') diff --git a/src/string/strlcat.c b/src/string/strlcat.c index a6b94c4c..ef81209e 100644 --- a/src/string/strlcat.c +++ b/src/string/strlcat.c @@ -1,3 +1,4 @@ +#define _BSD_SOURCE #include size_t strlcat(char *d, const char *s, size_t n) -- cgit v1.2.1