From 8a5c62de97262c56317ed353880b890791f2eafc Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 10 Jun 2017 14:50:43 +0100 Subject: [PATCH] needs this head for getuid --- components/files/linuxpath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/files/linuxpath.cpp b/components/files/linuxpath.cpp index fce7cd02c..1f6a3d913 100644 --- a/components/files/linuxpath.cpp +++ b/components/files/linuxpath.cpp @@ -3,6 +3,7 @@ #if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) #include +#include #include #include