summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/aout.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-02 10:12:12 +0000
committered <ed@FreeBSD.org>2010-01-02 10:12:12 +0000
commit2f011fb7c4680704999c0fe0bb37bdbcd1cf975f (patch)
tree14805fc13afc750bf863e898779f485e650b8ef4 /usr.bin/gprof/aout.c
parentb2f13324285e9f616da10d4c1fb2d101723c07ea (diff)
downloadFreeBSD-src-2f011fb7c4680704999c0fe0bb37bdbcd1cf975f.zip
FreeBSD-src-2f011fb7c4680704999c0fe0bb37bdbcd1cf975f.tar.gz
Add missing #include for string routines.
Diffstat (limited to 'usr.bin/gprof/aout.c')
-rw-r--r--usr.bin/gprof/aout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c
index 2ccf818..9103148 100644
--- a/usr.bin/gprof/aout.c
+++ b/usr.bin/gprof/aout.c
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <a.out.h>
#include <err.h>
+#include <string.h>
#include "gprof.h"
OpenPOWER on IntegriCloud