aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-05-24 11:59:17 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-05-24 11:59:17 +0000
commit40905e90497dbeb45affd52184fc2ce5b196af9b (patch)
tree62c2d62d544d8c9785b1c309ee946f8ee527decf /usr.bin/gprof
parentcba155c0c2bbbdb9647ed55fdf17e9e440c2d308 (diff)
downloadsrc-40905e90497dbeb45affd52184fc2ce5b196af9b.tar.gz
src-40905e90497dbeb45affd52184fc2ce5b196af9b.zip
Include <netinet/in.h> for ntoh*() and hton*() prototypes.
Approved by: das (mentor)
Notes
Notes: svn path=/head/; revision=129652
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/aout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c
index 6daa80336c2c..349a471f1d9a 100644
--- a/usr.bin/gprof/aout.c
+++ b/usr.bin/gprof/aout.c
@@ -41,6 +41,8 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <netinet/in.h>
+
#include <a.out.h>
#include <err.h>