diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SQL.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 <mysql.h> #include <Exceptions.h> +#ifdef errno +#undef errno +#endif + typedef std::map<String, String> AssocArray; typedef std::map<String, String>::iterator AssocArrayIterator; |