Pārlūkot izejas kodu

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

bel2125 6 gadi atpakaļ
vecāks
revīzija
5d282476af
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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"