summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2006-01-23 21:56:18 +0000
committerSimon Howard2006-01-23 21:56:18 +0000
commita0d6ed0b4ce28aa06eefc9ad9dab27582b29344a (patch)
tree4ac985d2528a414523f64c2f475028cdd75bf0b7
parent7e3ee003d57cc4ca48f760066c6be19ba3002bc9 (diff)
downloadchocolate-doom-a0d6ed0b4ce28aa06eefc9ad9dab27582b29344a.tar.gz
chocolate-doom-a0d6ed0b4ce28aa06eefc9ad9dab27582b29344a.tar.bz2
chocolate-doom-a0d6ed0b4ce28aa06eefc9ad9dab27582b29344a.zip
Include the config header so that endianness is dealt with correctly
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 340
-rw-r--r--src/m_swap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/m_swap.h b/src/m_swap.h
index 9774e723..87bef799 100644
--- a/src/m_swap.h
+++ b/src/m_swap.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: m_swap.h 255 2006-01-05 02:48:03Z fraggle $
+// $Id: m_swap.h 340 2006-01-23 21:56:18Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -31,6 +31,7 @@
#define __M_SWAP__
+#include "config.h"
// Endianess handling.
@@ -52,6 +53,9 @@ long SwapLONG(long);
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.6 2006/01/23 21:56:18 fraggle
+// Include the config header so that endianness is dealt with correctly
+//
// Revision 1.5 2006/01/05 02:48:03 fraggle
// Fixes for big endian machines (thanks locust)
//