add missing errno.h include

it was masked by the precompiled header

Change-Id: I9ba7b0faa716cfa6844b9a9f81fa2a3aa67f5da4
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Oswald Buddenhagen 2012-02-08 10:55:49 +01:00 committed by Qt by Nokia
parent 0678a7db8e
commit 2b969b89b9

View File

@ -42,6 +42,7 @@
#include "environment.h"
#include <process.h>
#include <errno.h>
#include <iostream>
#include <qdebug.h>
#include <QDir>