Browse Source

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

bel2125 6 năm trước cách đây
mục cha
commit
5d282476af
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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"