summaryrefslogtreecommitdiff
path: root/source/net_common.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-09-15 13:02:03 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-09-15 13:02:03 +0000
commitf1d3f84f3be83dc13b3a066b34d99b15716a1b6c (patch)
tree06c1f944ba142d1c674babb8668dfc8f3eb25fdb /source/net_common.c
parent9f7bca764a525566a911d6b5237fbea0f53c7adc (diff)
Upgraded Windows PNG library and headers to 1.20.20.
Fixed some MSVC compile time warnings. Added USE_MAPCHECKSUM configuration macro.
Diffstat (limited to 'source/net_common.c')
-rw-r--r--source/net_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/net_common.c b/source/net_common.c
index 74909bf..886bf90 100644
--- a/source/net_common.c
+++ b/source/net_common.c
@@ -22,6 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// net.c
//
+#include "com_local.h"
+
#if defined( _WIN32 )
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -48,8 +50,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#error Unknown target OS
#endif
-#include "com_local.h"
-
#define MAX_LOOPBACK 4
typedef struct {