summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/quake/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/progs/quake/net.h')
-rw-r--r--apps/plugins/sdl/progs/quake/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/progs/quake/net.h b/apps/plugins/sdl/progs/quake/net.h
index af461256b6..813472c0c6 100644
--- a/apps/plugins/sdl/progs/quake/net.h
+++ b/apps/plugins/sdl/progs/quake/net.h
@@ -238,7 +238,7 @@ typedef struct
238extern int hostCacheCount; 238extern int hostCacheCount;
239extern hostcache_t hostcache[HOSTCACHESIZE]; 239extern hostcache_t hostcache[HOSTCACHESIZE];
240 240
241#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__) 241#if !defined (__linux__) && !defined (__sun__)
242#ifndef htonl 242#ifndef htonl
243extern unsigned long htonl (unsigned long hostlong); 243extern unsigned long htonl (unsigned long hostlong);
244#endif 244#endif