浏览代码

Merge pull request #706 from ffontaine/master

modlua.ini: include dlfcn.h
bel2125 6 年之前
父节点
当前提交
9f8431c675
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/mod_lua.inl

+ 3 - 0
src/mod_lua.inl

@@ -2,6 +2,9 @@
  * See https://github.com/civetweb/civetweb/
  */
 
+#if !defined(_WIN32)
+#include <dlfcn.h>
+#endif
 #include "civetweb_lua.h"
 #include "civetweb_private_lua.h"