project_files/frontlib/socket.c
changeset 7179 f84805e6df03
parent 7177 bf6cf4dd847a
child 7224 5143861c83bd
equal deleted inserted replaced
7177:bf6cf4dd847a 7179:f84805e6df03
     1 #include "socket.h"
     1 #include "socket.h"
     2 #include "logging.h"
     2 #include "util/logging.h"
     3 #include <stdlib.h>
     3 #include <stdlib.h>
     4 #include <SDL_net.h>
     4 #include <SDL_net.h>
     5 #include <time.h>
     5 #include <time.h>
     6 
     6 
     7 typedef struct _flib_tcpsocket {
     7 typedef struct _flib_tcpsocket {