summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleo2000-09-19 01:48:15 +0000
committerleo2000-09-19 01:48:15 +0000
commita431fae169bee32cfe0e8f57faace726a81ba48a (patch)
treebb2f5f15884729f6cc981423aceec8ab5d50226e
parent59cfa30b51942e08ce860d7bc637255b4fa26d0f (diff)
Fixed endianess issue
git-svn-id: http://svn.leocad.org/trunk@131 c7d43263-9d01-0410-8a33-9dba5d9f93d6
-rw-r--r--common/file.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 87642cc..898816f 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -7,6 +7,7 @@
#include <string.h>
#include "file.h"
#include "defines.h"
+#include "config.h"
/////////////////////////////////////////////////////////////////////////////
// File construction/destruction