src/debug.cpp
changeset 8131 160939e24ed3
parent 7405 2fd57f130eca
child 8192 807098a4e2c1
equal deleted inserted replaced
8130:d2eb7d04f6e1 8131:160939e24ed3
     6 #include <stdio.h>
     6 #include <stdio.h>
     7 #include <stdarg.h>
     7 #include <stdarg.h>
     8 #include "openttd.h"
     8 #include "openttd.h"
     9 #include "console.h"
     9 #include "console.h"
    10 #include "debug.h"
    10 #include "debug.h"
    11 #include "functions.h"
       
    12 #include "string.h"
    11 #include "string.h"
    13 #include "network/core/core.h"
    12 #include "network/core/core.h"
    14 
    13 
    15 #if defined(ENABLE_NETWORK)
    14 #if defined(ENABLE_NETWORK)
    16 SOCKET _debug_socket = INVALID_SOCKET;
    15 SOCKET _debug_socket = INVALID_SOCKET;