Fix make-array transforms.
[sbcl.git] / tools-for-build / os-provides-dladdr-test.c
index d7795b4..1c2ac45 100644 (file)
@@ -1,11 +1,10 @@
 /* test to build and run so that we know if we have dladdr
  */
 
-#include <stdlib.h>
-
 /* bloody FSF dlcfn.h won't give us dladdr without this */
 #define _GNU_SOURCE
 
+#include <stdlib.h>
 #include <dlfcn.h>
 
 int main ()