summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmCMakeToWixPath.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/WiX/cmCMakeToWixPath.cxx')
-rw-r--r--Source/CPack/WiX/cmCMakeToWixPath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/WiX/cmCMakeToWixPath.cxx b/Source/CPack/WiX/cmCMakeToWixPath.cxx
index 0b0e42a..b3889cf 100644
--- a/Source/CPack/WiX/cmCMakeToWixPath.cxx
+++ b/Source/CPack/WiX/cmCMakeToWixPath.cxx
@@ -8,7 +8,7 @@
#include <vector>
#ifdef __CYGWIN__
-#include <sys/cygwin.h>
+# include <sys/cygwin.h>
std::string CMakeToWixPath(const std::string& cygpath)
{
std::vector<char> winpath_chars;