diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/SQL.cc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: SQL.cc,v 1.14 2007-06-14 14:12:20 pixel Exp $ */ +/* $Id: SQL.cc,v 1.15 2007-06-19 13:39:34 pixel Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -117,6 +117,10 @@ int SQLConnection::insertid() { return ii; } +#ifdef errno +#undef errno +#endif + int SQLConnection::errno() { return mysql_errno(con); } |