From d7dcad45d78d5bcc39466a1b3ca8911672027ced Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 16 Oct 2000 09:14:44 +0000 Subject: [PATCH] Include sys/types.h --- usr.sbin/amd/include/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 146f6d4d2ab..c5f4382d63f 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 #include #if BYTE_ORDER == BIG_ENDIAN #define WORDS_BIGENDIAN