From 668dd99ac278cfd419d67879b141678facea630a Mon Sep 17 00:00:00 2001 From: Stefan Persson Date: Thu, 13 Jun 2013 12:18:10 +0200 Subject: [PATCH] unistd.h must be explicitly included on some platforms to have access to for example environ. This closes #313 --- telldus-core/service/EventUpdateManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/telldus-core/service/EventUpdateManager.cpp b/telldus-core/service/EventUpdateManager.cpp index d237c5ba..cf6b8718 100644 --- a/telldus-core/service/EventUpdateManager.cpp +++ b/telldus-core/service/EventUpdateManager.cpp @@ -14,6 +14,7 @@ #include #include #include +#include #endif // _LINUX #include