summaryrefslogtreecommitdiff
path: root/src/endian_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/endian_check.cpp')
-rw-r--r--src/endian_check.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/endian_check.cpp b/src/endian_check.cpp
index a302ea40b..97773496f 100644
--- a/src/endian_check.cpp
+++ b/src/endian_check.cpp
@@ -1,6 +1,7 @@
/* $Id$ */
#include <stdio.h>
+#include <string.h>
// This pretty simple file checks if the system is LITTLE_ENDIAN or BIG_ENDIAN
// it does that by putting a 1 and a 0 in an array, and read it out as one