summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btxld/elfh.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-04 14:10:36 +0000
committermarcel <marcel@FreeBSD.org>2000-01-04 14:10:36 +0000
commit71adbdbe1afd64efe13457f38b20baa8dd9758e0 (patch)
tree47dd552dcb36bf6432f61110a1657f7e00c3ef82 /usr.sbin/btxld/elfh.c
parent3428629295a631b7efb9f963a5747ded4524f288 (diff)
downloadFreeBSD-src-71adbdbe1afd64efe13457f38b20baa8dd9758e0.zip
FreeBSD-src-71adbdbe1afd64efe13457f38b20baa8dd9758e0.tar.gz
o Allow btxld to be compiled on 64-bit machines
o s/unsigned/unsigned int/g o Add -Wall btxld can now be built as a cross-tool for cross-building i386/pc98 on platforms that don't have btxld (such as alpha).
Diffstat (limited to 'usr.sbin/btxld/elfh.c')
-rw-r--r--usr.sbin/btxld/elfh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/btxld/elfh.c b/usr.sbin/btxld/elfh.c
index cf16348..0f0928b 100644
--- a/usr.sbin/btxld/elfh.c
+++ b/usr.sbin/btxld/elfh.c
@@ -26,6 +26,8 @@
* $FreeBSD$
*/
+#include <sys/types.h>
+
#include <stddef.h>
#include "elfh.h"
OpenPOWER on IntegriCloud