From d29bccdb3a582a08c84fffea66d197d78048ece2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 19 Apr 2016 15:56:57 +0100 Subject: add missing explicit dirent includes --- utils/filepath.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') 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 #include +#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" -- cgit v1.2.3