about summary refs log tree commit diff
path: root/Src/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/module.c')
-rw-r--r--Src/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/module.c b/Src/module.c
index d8a01cce6..61888f41d 100644
--- a/Src/module.c
+++ b/Src/module.c
@@ -322,7 +322,7 @@ load_and_bind(const char *fn)
 # ifdef HAVE_DL_H
 #  include <dl.h>
 # else
-# include <dlfcn.h>
+#  include <dlfcn.h>
 # endif
 #else
 # ifdef HAVE_DL_H