From f1d3f84f3be83dc13b3a066b34d99b15716a1b6c Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sat, 15 Sep 2007 13:02:03 +0000 Subject: Upgraded Windows PNG library and headers to 1.20.20. Fixed some MSVC compile time warnings. Added USE_MAPCHECKSUM configuration macro. --- source/net_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/net_common.c') 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 @@ -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 { -- cgit v1.2.3