summaryrefslogtreecommitdiff
path: root/src/linguist/shared/profileevaluator.cpp
diff options
context:
space:
mode:
authorYuchen Deng <loaden@gmail.com>2012-07-01 16:23:06 +0800
committerQt by Nokia <qt-info@nokia.com>2012-07-02 11:18:17 +0200
commitc105269b84437579f4aafdbbdb957a14263cf612 (patch)
tree98adc1e7e36a5d2f32e2059b9c256dff02483546 /src/linguist/shared/profileevaluator.cpp
parent2bd2dd130cd31ac8918a58c88ba8fc11d0702ed2 (diff)
downloadqttools-c105269b84437579f4aafdbbdb957a14263cf612.tar.gz
Fix cross compilation
Change-Id: I1c9fba9bcbec9cc2b9bcca7bbb77525173937a16 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/linguist/shared/profileevaluator.cpp')
-rw-r--r--src/linguist/shared/profileevaluator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linguist/shared/profileevaluator.cpp b/src/linguist/shared/profileevaluator.cpp
index 75c7aefda..266bfa4c4 100644
--- a/src/linguist/shared/profileevaluator.cpp
+++ b/src/linguist/shared/profileevaluator.cpp
@@ -65,7 +65,7 @@
#include <unistd.h>
#include <sys/utsname.h>
#else
-#include <Windows.h>
+#include <windows.h>
#endif
#include <stdio.h>
#include <stdlib.h>