mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include sys/types.h
This commit is contained in:
parent
7fcf71bc40
commit
d7dcad45d7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue