diff options
Diffstat (limited to 'test/overhead.c')
-rw-r--r-- | test/overhead.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/overhead.c b/test/overhead.c index ec3b877..13a6c7d 100644 --- a/test/overhead.c +++ b/test/overhead.c @@ -18,6 +18,9 @@ # include <stdlib.h> # include <sys/stat.h> # include <string.h> +#endif + +#ifdef HAVE_IO_H # include <io.h> #endif |