]> granicus.if.org Git - pdns/commitdiff
include
authorBert Hubert <bert.hubert@netherlabs.nl>
Fri, 29 Nov 2002 15:20:08 +0000 (15:20 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Fri, 29 Nov 2002 15:20:08 +0000 (15:20 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@25 d19b8d6e-7fed-0310-83ef-9ca221ded41b

modules/gmysqlbackend/smysql.hh

index f0eca504abc9424ed42353157ee5cc05420b41b3..9ceacd02fa9cdbf69ce29082f721e9162f326b8c 100644 (file)
@@ -1,10 +1,10 @@
 /* Copyright 2001 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE 
    for more information.
-   $Id: smysql.hh,v 1.1 2002/11/27 15:23:16 ahu Exp $  */
+   $Id: smysql.hh,v 1.2 2002/11/29 15:20:08 ahu Exp $  */
 #ifndef SMYSQL_HH
 #define SMYSQL_HH
 
-#include <mysql/mysql.h>
+#include <mysql.h>
 #include "ssql.hh"
 
 class SMySQL : public SSql