diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-05-24 11:59:17 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-05-24 11:59:17 +0000 |
commit | 04f0693a84eeb160251cb8679567ce771c7cf4af (patch) | |
tree | 62c2d62d544d8c9785b1c309ee946f8ee527decf /usr.bin/gprof | |
parent | f55719c110b72cbd74029d9ffc3e20ce274b1f29 (diff) | |
download | FreeBSD-src-04f0693a84eeb160251cb8679567ce771c7cf4af.zip FreeBSD-src-04f0693a84eeb160251cb8679567ce771c7cf4af.tar.gz |
Include <netinet/in.h> for ntoh*() and hton*() prototypes.
Approved by: das (mentor)
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/aout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 6daa803..349a471 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> |