Add .cantunwind to _dl_start_user
[platform/upstream/glibc.git] / elf / testobj3.c
index 1fb10f9..c025ff6 100644 (file)
@@ -1,6 +1,9 @@
 #include <dlfcn.h>
 #include <stdlib.h>
 
+#include "testobj.h"
+
+
 int
 obj3func1 (int a __attribute__ ((unused)))
 {