]> git.jsancho.org Git - lugaru.git/commitdiff
Add missing C standard library headers
authorNeal Gompa <ngompa13@gmail.com>
Sun, 11 Dec 2016 20:36:10 +0000 (15:36 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Sun, 11 Dec 2016 20:39:41 +0000 (15:39 -0500)
Source/Utils/Folders.cpp

index e2956e55db6c72c49d0d60c9f8dea9d2fd0a8833..43b399e9a86334d3245fff8d8afd9ce944e973e3 100644 (file)
@@ -21,6 +21,8 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Folders.hpp"
 
 #include <cstring>
+#include <cstdlib>
+#include <cerrno>
 #include <unistd.h>
 
 #if PLATFORM_UNIX