From a74b7ca1349f5b6c68577dd7a2e55f2a6fb105b8 Mon Sep 17 00:00:00 2001 From: Guillaume Burel Date: Thu, 20 Sep 2012 22:11:16 +0200 Subject: [PATCH] Added unistd.h dependancy to ensure compilation under gcc 4.7. --- src/frameworks/UBPlatformUtils_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frameworks/UBPlatformUtils_linux.cpp b/src/frameworks/UBPlatformUtils_linux.cpp index 8c10c4c9..5566116a 100644 --- a/src/frameworks/UBPlatformUtils_linux.cpp +++ b/src/frameworks/UBPlatformUtils_linux.cpp @@ -17,6 +17,7 @@ #include +#include #include #include