diff --git a/tools-for-build/os-provides-dladdr-test.c b/tools-for-build/os-provides-dladdr-test.c index d7795b4..1c2ac45 100644 --- a/tools-for-build/os-provides-dladdr-test.c +++ b/tools-for-build/os-provides-dladdr-test.c @@ -1,11 +1,10 @@ /* test to build and run so that we know if we have dladdr */ -#include - /* bloody FSF dlcfn.h won't give us dladdr without this */ #define _GNU_SOURCE +#include #include int main ()