diff options
Diffstat (limited to 'source/net_common.c')
-rw-r--r-- | source/net_common.c | 4 |
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 { |