diff options
Diffstat (limited to 'src/daemon/dumpmodules.c')
| -rw-r--r-- | src/daemon/dumpmodules.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/dumpmodules.c b/src/daemon/dumpmodules.c index 92470b49..68ab5bba 100644 --- a/src/daemon/dumpmodules.c +++ b/src/daemon/dumpmodules.c @@ -25,7 +25,6 @@ #endif #include <string.h> -#include <getopt.h> #include <stdio.h> #include <ltdl.h> @@ -90,7 +89,9 @@ static void show_info(const char *name, const char *path, void (*info)(const cha } } +#ifndef OS_IS_WIN32 extern const lt_dlsymlist lt_preloaded_symbols[]; +#endif static int is_preloaded(const char *name) { const lt_dlsymlist *l; |
