Message ID | 57553929.4000603@linux.vnet.ibm.com |
---|---|
State | New |
Headers | show |
Stefan Liebler <stli@linux.vnet.ibm.com> writes:
> * dlfcn/tst-rec-dlopen.c: Include string.h.
Ok.
Andreas.
I've pushed it. Thanks.
diff --git a/dlfcn/tst-rec-dlopen.c b/dlfcn/tst-rec-dlopen.c index 07e0cc4..0269851 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"