diff options
author | Damien Miller <djm@mindrot.org> | 2001-06-27 15:36:08 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-06-27 15:36:08 +0200 |
commit | 79b332dd6748980cf9c8af39e3194a7e272b9256 (patch) | |
tree | a0cbb7fba6e8746a658cd94d52ff45293e628c63 /openbsd-compat/strlcat.c | |
parent | - (djm) Turn up warnings if gcc or egcs detected (diff) | |
download | openssh-79b332dd6748980cf9c8af39e3194a7e272b9256.tar.xz openssh-79b332dd6748980cf9c8af39e3194a7e272b9256.zip |
- (djm) Fix a few warnings the above turned up
Diffstat (limited to 'openbsd-compat/strlcat.c')
-rw-r--r-- | openbsd-compat/strlcat.c | 1 |
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 #include <sys/types.h> #include <string.h> +#include "strlcat.h" /* * Appends src to string dst of size siz (unlike strncat, siz is the |