diff --git a/configure.ac b/configure.ac index e14af8e75..6a550d2ec 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([leech], [0.1.13], [https://github.com/larsewi/leech/issues], [leech], +AC_INIT([leech], [0.1.14], [https://github.com/larsewi/leech/issues], [leech], [https://github.com/larsewi/leech]) AC_CONFIG_SRCDIR([lib/leech.h]) diff --git a/lib/module.c b/lib/module.c index f2bc81b32..bf6578651 100644 --- a/lib/module.c +++ b/lib/module.c @@ -4,11 +4,10 @@ #if HAVE_DLFCN_H #include -#endif // HAVE_DLFCN_H - -#if _WIN32 +#elif defined(_WIN32) +#include #include -#endif // _WIN32 +#endif #include "logger.h"