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