diff options
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | src/helper/log.h | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5e7f9094..4bce9a9d 100644 --- a/configure.in +++ b/configure.in @@ -87,7 +87,7 @@ AC_ARG_WITH(ftd2xx, with_ftd2xx=search) case $host in - *-*-cygwin*) + *-cygwin*) is_win32=yes AC_ARG_ENABLE(parport_giveio, @@ -106,7 +106,7 @@ case $host in AC_DEFINE(IS_WIN32, 1, [1 if building for Win32.]) ;; - *-*-mingw*) + *-mingw*) is_mingw=yes is_win32=yes diff --git a/src/helper/log.h b/src/helper/log.h index 6988bfcb..6e799ad3 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -20,6 +20,7 @@ #ifndef ERROR_H #define ERROR_H +#include "replacements.h" #include "command.h" #include <stdarg.h> |