diff options
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c index 754c8e11..1d9a40eb 100644 --- a/src/debug.c +++ b/src/debug.c @@ -33,9 +33,13 @@ #include <errno.h> #include <time.h> #ifndef HAVE_DOSISH_SYSTEM +# ifdef HAVE_SYS_TYPES_H # include <sys/types.h> +# endif +# ifdef HAVE_SYS_STAT_H # include <sys/stat.h> -# include <fcntl.h> +# endif +# include <fcntl.h> #endif #include <assert.h> |