From 1f4ca0539b32b3f80d5aff2f096e9aebbca5300d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 29 Sep 2013 13:45:25 -0400 Subject: Fixes for building with MSVC. --- output.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'output.c') diff --git a/output.c b/output.c index 3cf7afb..bb351d3 100644 --- a/output.c +++ b/output.c @@ -22,7 +22,10 @@ this program. If not, see . */ #include #include #include -#include + +#ifdef HAVE_UNISTD_H +# include +#endif #ifdef HAVE_FCNTL_H # include @@ -32,6 +35,7 @@ this program. If not, see . */ #ifdef WINDOWS32 # include +# include # include "sub_proc.h" #endif /* WINDOWS32 */ -- cgit v1.2.3