Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libform Add #include <string.h> to correct compile probl...
details: https://anonhg.NetBSD.org/src/rev/a9a2725b6653
branches: trunk
changeset: 509767:a9a2725b6653
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sat May 12 14:46:24 2001 +0000
description:
Add #include <string.h> to correct compile problem on alpha
diffstat:
lib/libform/type_ipv6.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3c0f32b4a618 -r a9a2725b6653 lib/libform/type_ipv6.c
--- a/lib/libform/type_ipv6.c Sat May 12 14:14:26 2001 +0000
+++ b/lib/libform/type_ipv6.c Sat May 12 14:46:24 2001 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index