summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-24 12:44:00 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-24 12:44:00 +0000
commit4cd22dd0a7c3b0a3452b366d74d1673c457fd4ac (patch)
treeab5b9b2e493bb71c3e0a388b820f2482dff09bd0 /usr.sbin
parent2f8036c976e17237f2193647e8dc744dd210e4e4 (diff)
downloadFreeBSD-src-4cd22dd0a7c3b0a3452b366d74d1673c457fd4ac.zip
FreeBSD-src-4cd22dd0a7c3b0a3452b366d74d1673c457fd4ac.tar.gz
Include <string.h> for prototypes of various string functions.
Approved by: das (mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mrouted/testrsrr/testrsrr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/testrsrr/testrsrr.c b/usr.sbin/mrouted/testrsrr/testrsrr.c
index b18d6b0..6dfe831 100644
--- a/usr.sbin/mrouted/testrsrr/testrsrr.c
+++ b/usr.sbin/mrouted/testrsrr/testrsrr.c
@@ -31,6 +31,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <err.h>
#include <sysexits.h>
OpenPOWER on IntegriCloud