summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.cpp b/util.cpp
index 6253b39c..cd8a1649 100644
--- a/util.cpp
+++ b/util.cpp
@@ -7,7 +7,7 @@
#ifdef Q_OS_WIN
#include <windows.h>
#endif
-#unclude <sys/time.h>
+#include <sys/time.h>
QProcessEnvironment Util::_env;
bool Util::_envInitialised;