summaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2004-12-22 00:54:40 +0000
committerDavid Krause <david@cvs.openbsd.org>2004-12-22 00:54:40 +0000
commit4ec0681c2ee00ce756f3230d9f785f3fb8827dd0 (patch)
tree4a64fee53cb6c0c3a7ae471c54ce863da2589db6 /sbin/routed
parentc0afd6fbcc0d6e9b817627f162362d6dd27b5923 (diff)
some -Wimplicit-function-declaration cleaning; ok millert@
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/radix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c
index 8a62fb73345..4c5e5b8cb71 100644
--- a/sbin/routed/radix.c
+++ b/sbin/routed/radix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.c,v 1.2 2004/04/25 16:28:32 itojun Exp $ */
+/* $OpenBSD: radix.c,v 1.3 2004/12/22 00:54:39 david Exp $ */
/* $NetBSD: radix.c,v 1.20 2003/08/07 16:32:56 agc Exp $ */
/*
@@ -45,6 +45,7 @@
#include <sys/domain.h>
#else
#include <stdlib.h>
+#include <string.h>
#endif
#include <sys/syslog.h>
#include <net/radix.h>