From b2b29aad0d0d63394479a7459a0f17936ce7c064 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 2 Sep 2002 05:50:28 +0000 Subject: Import cvs-1.11.2 onto vendor branch Obtained from: http://www.cvshome.org/ --- contrib/cvs/diff/system.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'contrib/cvs/diff/system.h') diff --git a/contrib/cvs/diff/system.h b/contrib/cvs/diff/system.h index f5037ecf70a9..218d047dc114 100644 --- a/contrib/cvs/diff/system.h +++ b/contrib/cvs/diff/system.h @@ -69,6 +69,16 @@ GNU General Public License for more details. #include #endif +#ifdef HAVE_IO_H +# include +#endif + +#ifdef HAVE_FCNTL_H +# include +#else +# include +#endif + #ifndef SEEK_SET #define SEEK_SET 0 #endif -- cgit v1.2.3