summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-19 15:56:57 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-19 15:56:57 +0100
commitd29bccdb3a582a08c84fffea66d197d78048ece2 (patch)
treeddeb99eb0aca09ff075b96be240f268b43d96a4b /utils
parent798654f9106387a697f4269575eaf700a180b1a9 (diff)
downloadnetsurf-d29bccdb3a582a08c84fffea66d197d78048ece2.tar.gz
netsurf-d29bccdb3a582a08c84fffea66d197d78048ece2.tar.bz2
add missing explicit dirent includes
Diffstat (limited to 'utils')
-rw-r--r--utils/filepath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/filepath.c b/utils/filepath.c
index 9368c216c..156ba2d75 100644
--- a/utils/filepath.c
+++ b/utils/filepath.c
@@ -31,6 +31,7 @@
#include <unistd.h>
#include <string.h>
+#include "utils/dirent.h" /** \todo why is this necessary for atari to get PATH_MAX and is there a better way */
#include "utils/utils.h"
#include "utils/config.h"
#include "utils/filepath.h"