From: fennecdjay Date: Thu, 14 Mar 2019 21:43:00 +0000 (+0100) Subject: :fire: windows header X-Git-Tag: nightly~2695 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=5a4747a4f96b388207b21cdb1be26d6bd9560e1e;p=gwion.git :fire: windows header --- diff --git a/src/plug.c b/src/plug.c index 7e8e4f06..027eb5a9 100644 --- a/src/plug.c +++ b/src/plug.c @@ -1,5 +1,10 @@ #include #include +#ifndef BUILD_ON_WINDOWS +#include +#else +#include +#endif #include "gwion_util.h" #include "gwion_ast.h" #include "oo.h" @@ -10,9 +15,6 @@ #include "object.h" #include "import.h" #include "gwion.h" -#ifndef BUILD_ON_WINDOWS -#include "glob.h" -#endif typedef m_bool (*import)(Gwi); typedef m_str (*modstr)(void);