diff options
Diffstat (limited to 'openbsd-compat/strlcat.c')
-rw-r--r-- | openbsd-compat/strlcat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c index da1a9fb41..cae16657c 100644 --- a/openbsd-compat/strlcat.c +++ b/openbsd-compat/strlcat.c | |||
@@ -25,7 +25,6 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.11 2003/06/17 21:56:24 millert Exp | |||
25 | 25 | ||
26 | #include <sys/types.h> | 26 | #include <sys/types.h> |
27 | #include <string.h> | 27 | #include <string.h> |
28 | #include "strlcat.h" | ||
29 | 28 | ||
30 | /* | 29 | /* |
31 | * Appends src to string dst of size siz (unlike strncat, siz is the | 30 | * Appends src to string dst of size siz (unlike strncat, siz is the |