src/endian_check.cpp
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5649 55c8267c933f
child 6268 4b5241e5dd10
--- a/src/endian_check.cpp	Thu Jan 11 13:41:16 2007 +0000
+++ b/src/endian_check.cpp	Mon Jan 15 20:14:06 2007 +0000
@@ -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