diff options
Diffstat (limited to 'src/fs/paths.cpp')
-rw-r--r-- | src/fs/paths.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/paths.cpp b/src/fs/paths.cpp index 659fc49e4..46eae158e 100644 --- a/src/fs/paths.cpp +++ b/src/fs/paths.cpp @@ -35,6 +35,8 @@ #include "fs/files.h" #endif // USE_X11 +#include "utils/foreach.h" + #ifdef __native_client__ #include <limits.h> #define realpath(N, R) strcpy(R, N) |