diff --git a/src/debug.cpp b/src/debug.cpp index 85e7e3f08..4fad57c80 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -45,13 +45,17 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif // defined HAVE_CONFIG_H -#include "config_unix.h" -#include "config_win32.h" + +#ifdef _WIN32 +#include +#endif #include #include #include #include +#include +#include #include #include