diff options
author | peter <peter@FreeBSD.org> | 2002-09-02 05:50:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-09-02 05:50:28 +0000 |
commit | 9977823bcf0469bcd2b9a4a936f590610431dc1e (patch) | |
tree | ccb6a9c2edcbb1838738b9919d5b6b414e18328e /contrib/cvs/diff/system.h | |
parent | 079d840809a2a051b85438534384a2d309b9543f (diff) | |
parent | cf46dfb750863d760d19b9858b0a336b158275da (diff) | |
download | FreeBSD-src-9977823bcf0469bcd2b9a4a936f590610431dc1e.zip FreeBSD-src-9977823bcf0469bcd2b9a4a936f590610431dc1e.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r102840,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/cvs/diff/system.h')
-rw-r--r-- | contrib/cvs/diff/system.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 <unistd.h> #endif +#ifdef HAVE_IO_H +# include <io.h> +#endif + +#ifdef HAVE_FCNTL_H +# include <fcntl.h> +#else +# include <sys/file.h> +#endif + #ifndef SEEK_SET #define SEEK_SET 0 #endif |