summaryrefslogtreecommitdiffstats
path: root/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules.c')
-rw-r--r--modules.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules.c b/modules.c
index b17f7982..11aad034 100644
--- a/modules.c
+++ b/modules.c
@@ -32,6 +32,8 @@
#include <assert.h>
#include <errno.h>
+#include <dlfcn.h> /* TODO: replace this with the libtools equivalent! */
+
#include <unistd.h>
#include <sys/file.h>