diff options
Diffstat (limited to 'include/network.h')
| -rwxr-xr-x | include/network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h index dde6d25..a7934eb 100755 --- a/include/network.h +++ b/include/network.h @@ -1,6 +1,8 @@ #ifndef NETWORK_H +#include "main.h" + #define NETWORK_H extern int newSocket(int port,const char *ip); |