diff options
Diffstat (limited to 'dlfcn/dlopen.c')
-rw-r--r-- | dlfcn/dlopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c index fa58c4cebf..a724737c15 100644 --- a/dlfcn/dlopen.c +++ b/dlfcn/dlopen.c @@ -22,7 +22,7 @@ #include <unistd.h> #include <ldsodefs.h> -#if !defined SHARED && defined IS_IN_libdl +#if !defined SHARED && IS_IN (libdl) void * dlopen (const char *file, int mode) |