diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-02-08 09:55:49 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-20 10:56:31 (GMT) |
commit | c146c321b0360dfa6a320e6849f74f56ad2f6f46 (patch) | |
tree | b863361241ed3a979a0e68e99a7c5ff74cef70d6 /tools | |
parent | cf60176e141a930d7960b9a69b621e9bec03cea8 (diff) | |
download | Qt-c146c321b0360dfa6a320e6849f74f56ad2f6f46.zip Qt-c146c321b0360dfa6a320e6849f74f56ad2f6f46.tar.gz Qt-c146c321b0360dfa6a320e6849f74f56ad2f6f46.tar.bz2 |
add missing errno.h include
it was masked by the precompiled header
Change-Id: I9ba7b0faa716cfa6844b9a9f81fa2a3aa67f5da4
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
(cherry picked from commit 2b969b89b95317f04bd562aee3528cab227e57b8)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/environment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/environment.cpp b/tools/configure/environment.cpp index 7b23593..fdb2fec 100644 --- a/tools/configure/environment.cpp +++ b/tools/configure/environment.cpp @@ -42,6 +42,7 @@ #include "environment.h" #include <process.h> +#include <errno.h> #include <iostream> #include <qdebug.h> #include <QDir> |