From ff6e4b95b86815aafffafd6762a024cf32ffec49 Mon Sep 17 00:00:00 2001 From: Merkil Date: Thu, 22 Sep 2011 18:59:59 +0200 Subject: [PATCH] Fix build on GNU/Linux with EKOPath (setlocale, fork/execv/_exit). --- src/filesys.cpp | 1 + src/gettext.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/filesys.cpp b/src/filesys.cpp index 8aa10ba58..a22bdb709 100644 --- a/src/filesys.cpp +++ b/src/filesys.cpp @@ -171,6 +171,7 @@ bool RecursiveDelete(std::string path) #include #include #include +#include std::vector GetDirListing(std::string pathstring) { diff --git a/src/gettext.h b/src/gettext.h index 0e6ee0fd5..3607c1f34 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,6 +1,7 @@ #ifndef GETTEXT_HEADER #include "config.h" // for USE_GETTEXT #include +#include #if USE_GETTEXT #include