diff options
Diffstat (limited to 'otherlibs/unix/closedir.c')
-rw-r--r-- | otherlibs/unix/closedir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/closedir.c b/otherlibs/unix/closedir.c index 985a7d333..c0feae1f9 100644 --- a/otherlibs/unix/closedir.c +++ b/otherlibs/unix/closedir.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" #include <sys/types.h> #ifdef HAS_DIRENT #include <dirent.h> |