about summary refs log tree commit diff
path: root/Src/module.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-05 19:50:22 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-05 19:50:22 +0000
commit0e3bceebc2022abf4e092a3e4c7e2768af27c34e (patch)
tree3f517ff84684d21e1efd28b633d82e6d3229bd07 /Src/module.c
parent43822598ab8f28096ab8a01b487ce6603e4726ce (diff)
downloadzsh-0e3bceebc2022abf4e092a3e4c7e2768af27c34e.tar.gz
zsh-0e3bceebc2022abf4e092a3e4c7e2768af27c34e.tar.xz
zsh-0e3bceebc2022abf4e092a3e4c7e2768af27c34e.zip
zsh-3.1.6-dev-14 zsh-3.1.6-dev-14
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