summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btxld/btxld.c
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-09-24 22:30:56 +0000
committermike <mike@FreeBSD.org>2002-09-24 22:30:56 +0000
commitb9b0e10101b8ff0662325c0f3215fa3a3d8e1bea (patch)
tree5b7a787f2a693e3a61dd8197236532f4383a39d3 /usr.sbin/btxld/btxld.c
parent0cde9824233c92fc49126f531e196f594da3c298 (diff)
downloadFreeBSD-src-b9b0e10101b8ff0662325c0f3215fa3a3d8e1bea.zip
FreeBSD-src-b9b0e10101b8ff0662325c0f3215fa3a3d8e1bea.tar.gz
Get howmany() macro from <sys/param.h>, instead of depending on its
existence in <sys/types.h>.
Diffstat (limited to 'usr.sbin/btxld/btxld.c')
-rw-r--r--usr.sbin/btxld/btxld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/btxld/btxld.c b/usr.sbin/btxld/btxld.c
index 9e83beb..f7a5e46 100644
--- a/usr.sbin/btxld/btxld.c
+++ b/usr.sbin/btxld/btxld.c
@@ -29,7 +29,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/stat.h>
#include <sys/mman.h>
OpenPOWER on IntegriCloud