From a2cfdda8d70c0ac4429f438cd4cec85ce88aaa7d Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Sat, 20 Apr 2002 20:09:29 +0000 Subject: [PATCH] Include for prototype of ntohl() used in the N_BADMAG() macro. --- usr.bin/ldd/ldd.c | 1 + usr.bin/ldd/sods.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index da44c5c45612..4ef8f4db09b8 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -35,6 +35,7 @@ static const char rcsid[] = #include #include +#include #include #include #include diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index 8b9716db190a..748d34005f48 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -28,6 +28,7 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ +#include #include #include #include