diff options
Diffstat (limited to 'ltdl.c')
-rw-r--r-- | ltdl.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -654,6 +654,10 @@ int lt_dlopen_flag = 0; # include <dl.h> #endif +#ifdef HAVE_SYS_DL_H +# include <sys/dl.h> +#endif + /* some flags are missing on some systems, so we provide * harmless defaults. * |