浏览代码

Merge branch 'master' of https://github.com/civetweb/civetweb

bel2125 6 年之前
父节点
当前提交
5d282476af
共有 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"