--- uae/src/bsdsocket.c 2018/04/24 16:56:33 1.1.1.2 +++ uae/src/bsdsocket.c 2018/04/24 17:16:28 1.1.1.4 @@ -14,7 +14,6 @@ #include #include -#include "config.h" #include "options.h" #include "memory.h" #include "custom.h" @@ -26,6 +25,7 @@ #ifdef BSDSOCKET_SUPPORTED static uae_u32 SockLibBase; +struct socketbase *socketbases; #define SOCKPOOLSIZE 128 #define UNIQUE_ID (-1)