diff options
Diffstat (limited to 'common/os/print.h')
-rw-r--r-- | common/os/print.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/common/os/print.h b/common/os/print.h index 523f3a1f..442dd642 100644 --- a/common/os/print.h +++ b/common/os/print.h @@ -19,12 +19,8 @@ #ifndef OS_PRINT_H #define OS_PRINT_H -#ifdef HAVE_COMMON_CONFIG_H -#include <common-config.h> -#endif - -#ifdef WIN32 -#include <common-config.win.h> +#ifdef HAVE_CONFIG_H +#include <config.h> #endif #include <stdarg.h> |