diff --git a/c/fake/libdl1.c b/c/fake/libdl1.c index d0514f8..6260324 100644 --- a/c/fake/libdl1.c +++ b/c/fake/libdl1.c @@ -4,9 +4,10 @@ * looking up in a NULL open library returns symbols in the current executable * (whose name is pointed to by object_file). */ +#include #include "sysdep.h" #include - +#include "../fakec/dlfcn.h" #ifdef USCORE #include #endif