diff options
Diffstat (limited to 'otherlibs/unix/opendir.c')
-rw-r--r-- | otherlibs/unix/opendir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/opendir.c b/otherlibs/unix/opendir.c index fcbe4a8f3..924ab05f2 100644 --- a/otherlibs/unix/opendir.c +++ b/otherlibs/unix/opendir.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> |