summaryrefslogtreecommitdiff
path: root/Utilities/cmliblzma/common/sysdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmliblzma/common/sysdefs.h')
-rw-r--r--Utilities/cmliblzma/common/sysdefs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Utilities/cmliblzma/common/sysdefs.h b/Utilities/cmliblzma/common/sysdefs.h
index 5ea6bdae4a..5beda5c2e5 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__