Include sys/types.h

This commit is contained in:
Brian Somers 2000-10-16 09:14:44 +00:00
parent 7fcf71bc40
commit d7dcad45d7

View file

@ -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