From 4032f92867e5570f130e4175b3b4fb61240f9752 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 14 Jul 2005 21:02:01 +0000 Subject: 0.1.0 --- src/rccxml.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'src/rccxml.c') diff --git a/src/rccxml.c b/src/rccxml.c index b7cc1d8..c7ee405 100644 --- a/src/rccxml.c +++ b/src/rccxml.c @@ -1,11 +1,27 @@ #include #include -#include -#include -#include -#include -#include +#include "../config.h" + +#ifdef HAVE_UNISTD_H +# include +#endif /* HAVE_UNISTD_H */ + +#ifdef HAVE_FCNTL_H +# include +#endif /* HAVE_FCNTL_H */ + +#ifdef HAVE_SYS_TYPES_H +# include +#endif /* HAVE_SYS_TYPES_H */ + +#ifdef HAVE_SYS_STAT_H +# include +#endif /* HAVE_SYS_STAT_H */ + +#ifdef HAVE_SYS_FILE_H +# include +#endif /* HAVE_SYS_FILE_H */ #include #include -- cgit v1.2.3