summaryrefslogtreecommitdiffstats
path: root/Utilities/cmliblzma/common/sysdefs.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2014-07-13 20:24:29 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-23 14:34:55 (GMT)
commitb2a07ca49c66665f5b51b592f44ecc4f66c7556b (patch)
treede0cd056692b88088e1b21f5bdf96afd781d52e2 /Utilities/cmliblzma/common/sysdefs.h
parentd44ad1612bfe01891bb16b4289f5fa5a2e29a546 (diff)
downloadCMake-b2a07ca49c66665f5b51b592f44ecc4f66c7556b.zip
CMake-b2a07ca49c66665f5b51b592f44ecc4f66c7556b.tar.gz
CMake-b2a07ca49c66665f5b51b592f44ecc4f66c7556b.tar.bz2
liblzma: Add CMake build system
Modify sources just enough to build without the full xz common directory.
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 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__