From ca4ffbdb294530db1139f261a02f8f560e2e060b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Pereira?= Date: Sat, 12 Jul 2014 11:16:05 -0700 Subject: Fixes an FTBFS Include geteuid() headers. Change-Id: I1ce0ecf20002144fc90548080ec5b7c21ee61cad Reviewed-by: David Faure --- src/mimetypes/inqt5/qstandardpaths_unix.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mimetypes/inqt5/qstandardpaths_unix.cpp b/src/mimetypes/inqt5/qstandardpaths_unix.cpp index d385390..2c0f30a 100644 --- a/src/mimetypes/inqt5/qstandardpaths_unix.cpp +++ b/src/mimetypes/inqt5/qstandardpaths_unix.cpp @@ -49,6 +49,8 @@ // LOCAL HACK #include #include #include +#include +#include #ifndef QT_NO_STANDARDPATHS -- cgit v1.2.3