diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-24 12:44:00 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-24 12:44:00 +0000 |
| commit | 8b061e144ec96f3dfe460c64551eca5d61b555de (patch) | |
| tree | ab5b9b2e493bb71c3e0a388b820f2482dff09bd0 /usr.sbin/mrouted | |
| parent | d7d197e0f9188adcc31e57c6150d3a2b21c75cb5 (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.c | 1 |
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> |
