From bb2a29b3cbe7cdd29010a652b1aaf55ade2c1f28 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 19 Jun 2007 13:39:34 +0000 Subject: Work around to avoid dummy #defines... --- include/SQL.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/SQL.h') diff --git a/include/SQL.h b/include/SQL.h index 786d28f..1c4131e 100644 --- a/include/SQL.h +++ b/include/SQL.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: SQL.h,v 1.12 2007-06-14 14:12:20 pixel Exp $ */ +/* $Id: SQL.h,v 1.13 2007-06-19 13:39:34 pixel Exp $ */ #ifndef __SQL_H__ #define __SQL_H__ @@ -26,6 +26,10 @@ #include #include +#ifdef errno +#undef errno +#endif + typedef std::map AssocArray; typedef std::map::iterator AssocArrayIterator; -- cgit v1.2.3