From cf46dfb750863d760d19b9858b0a336b158275da Mon Sep 17 00:00:00 2001 From: peter 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 f5037ec..218d047 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.1