summaryrefslogtreecommitdiff
path: root/openbsd-compat/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/strlcat.c')
-rw-r--r--openbsd-compat/strlcat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c
index 7631d9694..d80739fc6 100644
--- a/openbsd-compat/strlcat.c
+++ b/openbsd-compat/strlcat.c
@@ -36,6 +36,7 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.5 2001/01/13 16:17:24 millert Exp
36 36
37#include <sys/types.h> 37#include <sys/types.h>
38#include <string.h> 38#include <string.h>
39#include "strlcat.h"
39 40
40/* 41/*
41 * Appends src to string dst of size siz (unlike strncat, siz is the 42 * Appends src to string dst of size siz (unlike strncat, siz is the