summaryrefslogtreecommitdiff
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
parentd7d197e0f9188adcc31e57c6150d3a2b21c75cb5 (diff)
Notes
-rw-r--r--usr.bin/gprof/gprof.c2
-rw-r--r--usr.bin/gprof/kernel.c1
-rw-r--r--usr.bin/gprof/printgprof.c2
-rw-r--r--usr.bin/gprof/printlist.c2
-rw-r--r--usr.sbin/mrouted/testrsrr/testrsrr.c1
5 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c
index 7b857b8bb9d68..6f139ab27202f 100644
--- a/usr.bin/gprof/gprof.c
+++ b/usr.bin/gprof/gprof.c
@@ -49,6 +49,8 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <limits.h>
#include <stdint.h>
+#include <string.h>
+
#include "gprof.h"
static int valcmp(const void *, const void *);
diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c
index fc140877909c5..38cc91e369d20 100644
--- a/usr.bin/gprof/kernel.c
+++ b/usr.bin/gprof/kernel.c
@@ -8,6 +8,7 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <stdlib.h>
+#include <string.h>
#include "gprof.h"
diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c
index de1fe49d52e2b..4ca539588c736 100644
--- a/usr.bin/gprof/printgprof.c
+++ b/usr.bin/gprof/printgprof.c
@@ -41,6 +41,8 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93";
__FBSDID("$FreeBSD$");
#include <err.h>
+#include <string.h>
+
#include "gprof.h"
#include "pathnames.h"
diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c
index c5ecdf7d16333..ed68bcc0d3136 100644
--- a/usr.bin/gprof/printlist.c
+++ b/usr.bin/gprof/printlist.c
@@ -41,6 +41,8 @@ static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93";
__FBSDID("$FreeBSD$");
#include <err.h>
+#include <string.h>
+
#include "gprof.h"
/*
diff --git a/usr.sbin/mrouted/testrsrr/testrsrr.c b/usr.sbin/mrouted/testrsrr/testrsrr.c
index b18d6b028882e..6dfe831b47ef8 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>