about summary refs log tree commit diff
path: root/dlfcn/tst-rec-dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn/tst-rec-dlopen.c')
-rw-r--r--dlfcn/tst-rec-dlopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dlfcn/tst-rec-dlopen.c b/dlfcn/tst-rec-dlopen.c
index 07e0cc467a..0269851b63 100644
--- a/dlfcn/tst-rec-dlopen.c
+++ b/dlfcn/tst-rec-dlopen.c
@@ -23,6 +23,7 @@
 #include <stdalign.h>
 #include <sys/mman.h>
 #include <unistd.h>
+#include <string.h>
 
 #define DSO "moddummy1.so"
 #define FUNC "dummy1"