summaryrefslogtreecommitdiff
path: root/include/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/endian.h')
-rw-r--r--include/endian.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/endian.h b/include/endian.h
index fd7d900f..e03bc636 100644
--- a/include/endian.h
+++ b/include/endian.h
@@ -1,6 +1,7 @@
#ifndef __ENDIAN_H
#define __ENDIAN_H
+#include <stdint.h>
#define BYTE_ORDER __BYTE_ORDER__
#define LITTLE_ENDIAN __ORDER_LITTLE_ENDIAN__
#define BIG_ENDIAN __ORDER_BIG_ENDIAN__