diff options
Diffstat (limited to 'Utilities/cmliblzma/common/sysdefs.h')
-rw-r--r-- | Utilities/cmliblzma/common/sysdefs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Utilities/cmliblzma/common/sysdefs.h b/Utilities/cmliblzma/common/sysdefs.h index 5ea6bda..5beda5c 100644 --- a/Utilities/cmliblzma/common/sysdefs.h +++ b/Utilities/cmliblzma/common/sysdefs.h @@ -20,9 +20,7 @@ // Includes // ////////////// -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include "config.h" // Get standard-compliant stdio functions under MinGW and MinGW-w64. #ifdef __MINGW32__ |