diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2014-07-13 20:24:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-23 14:34:55 (GMT) |
commit | b2a07ca49c66665f5b51b592f44ecc4f66c7556b (patch) | |
tree | de0cd056692b88088e1b21f5bdf96afd781d52e2 /Utilities/cmliblzma/common/sysdefs.h | |
parent | d44ad1612bfe01891bb16b4289f5fa5a2e29a546 (diff) | |
download | CMake-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.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__ |