summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-16 09:14:44 +0000
committerbrian <brian@FreeBSD.org>2000-10-16 09:14:44 +0000
commit43cbb519308be54855414f8c639cce7122fa03c4 (patch)
tree5ec176cf4dd7904802577c42b0de6b7bea7abaf3 /usr.sbin/amd
parenteff8f28a1d7344917be2f3c7bc8c3595cc1f95a6 (diff)
downloadFreeBSD-src-43cbb519308be54855414f8c639cce7122fa03c4.zip
FreeBSD-src-43cbb519308be54855414f8c639cce7122fa03c4.tar.gz
Include sys/types.h
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index 146f6d4..c5f4382 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -936,6 +936,7 @@
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
+#include <sys/types.h>
#include <machine/endian.h>
#if BYTE_ORDER == BIG_ENDIAN
#define WORDS_BIGENDIAN
OpenPOWER on IntegriCloud