summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/SQL.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/SQL.cc b/lib/SQL.cc
index 5f86380..4bfcdc0 100644
--- a/lib/SQL.cc
+++ b/lib/SQL.cc
@@ -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);
}