From c870b4c529350ec86199c5b96eaa248c53cc2233 Mon Sep 17 00:00:00 2001 From: cascade Date: Mon, 17 Nov 2003 21:43:22 +0000 Subject: [PATCH] Connect to BugMaster for details --- src/CPPJini/CPPJini.cxx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/CPPJini/CPPJini.cxx b/src/CPPJini/CPPJini.cxx index 55fbeba..6f098b7 100755 --- a/src/CPPJini/CPPJini.cxx +++ b/src/CPPJini/CPPJini.cxx @@ -19,7 +19,19 @@ #include -#include +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_LIMITS +# include +#elif defined (HAVE_LIMITS_H) +# include +#endif + +#ifdef WNT +# include +#endif #define CPPJINI_BOOLEAN 1 #define CPPJINI_CHARACTER 2 -- 2.39.5