diff options
-rw-r--r-- | cmd.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,7 +25,10 @@ #include <fcntl.h> #include <unistd.h> #include <errno.h> + +#ifdef HAVE_LIBDL #include <dlfcn.h> +#endif #include "defines.h" #include "main.h" |
index : powwow | ||
powwow | bpk@hoopajoo.net |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | cmd.c | 3 |
@@ -25,7 +25,10 @@ #include <fcntl.h> #include <unistd.h> #include <errno.h> + +#ifdef HAVE_LIBDL #include <dlfcn.h> +#endif #include "defines.h" #include "main.h" |