--- uae/src/bsdsocket.c 2018/04/24 16:44:45 1.1 +++ uae/src/bsdsocket.c 2018/04/24 17:16:28 1.1.1.4 @@ -14,11 +14,9 @@ #include #include -#include "config.h" #include "options.h" #include "memory.h" #include "custom.h" -#include "readcpu.h" #include "newcpu.h" #include "autoconf.h" #include "bsdsocket.h" @@ -27,6 +25,7 @@ #ifdef BSDSOCKET_SUPPORTED static uae_u32 SockLibBase; +struct socketbase *socketbases; #define SOCKPOOLSIZE 128 #define UNIQUE_ID (-1)