diff options
| author | sommerfeld <sommerfeld@NetBSD.org> | 2001-05-12 14:46:24 +0000 |
|---|---|---|
| committer | sommerfeld <sommerfeld@NetBSD.org> | 2001-05-12 14:46:24 +0000 |
| commit | 4c8f741defa367cd1f0a377cda07dfe4f12752c5 (patch) | |
| tree | 3833259adcac11faaf4d8465c192ed8c3d170544 /lib/libform | |
| parent | 8e719cd2b489b56d3e50dd9d0b81dc39a0da56a4 (diff) | |
Add #include <string.h> to correct compile problem on alpha
Diffstat (limited to 'lib/libform')
| -rw-r--r-- | lib/libform/type_ipv6.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libform/type_ipv6.c b/lib/libform/type_ipv6.c index e249a9c4c64..af9ec808c2f 100644 --- a/lib/libform/type_ipv6.c +++ b/lib/libform/type_ipv6.c @@ -1,4 +1,4 @@ -/* $NetBSD: type_ipv6.c,v 1.4 2001/05/11 13:59:43 blymn Exp $ */ +/* $NetBSD: type_ipv6.c,v 1.5 2001/05/12 14:46:24 sommerfeld Exp $ */ /*- * Copyright (c) 1998-1999 Brett Lymn @@ -36,6 +36,7 @@ #include <sys/socket.h> #include <ctype.h> #include <netdb.h> +#include <string.h> #include "form.h" #include "internals.h" |
