diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-10-16 09:14:44 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-10-16 09:14:44 +0000 |
| commit | d7dcad45d78d5bcc39466a1b3ca8911672027ced (patch) | |
| tree | 61403e20a8b9a1d6d79f4b94184cf29888763f5d /usr.sbin/amd | |
| parent | 7fcf71bc40971163ae33d764f8108d06ef65782d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/amd')
| -rw-r--r-- | usr.sbin/amd/include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 146f6d4d2abba..c5f4382d63f08 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 |
