aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-05-24 12:44:00 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-05-24 12:44:00 +0000
commit8b061e144ec96f3dfe460c64551eca5d61b555de (patch)
treeab5b9b2e493bb71c3e0a388b820f2482dff09bd0 /usr.sbin/mrouted
parentd7d197e0f9188adcc31e57c6150d3a2b21c75cb5 (diff)
Include <string.h> for prototypes of various string functions.
Approved by: das (mentor)
Notes
svn path=/head/; revision=129657
Diffstat (limited to 'usr.sbin/mrouted')
-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 b18d6b028882..6dfe831b47ef 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>