]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Include <mysql.h> rather than <mysql/mysql.h>
authorMarcin Siodelski <marcin@isc.org>
Tue, 1 Dec 2015 08:50:22 +0000 (09:50 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 1 Dec 2015 08:50:22 +0000 (09:50 +0100)
This prevents compilation failure on OS-X. Reviewed and approved
on jabber.

src/lib/dhcpsrv/mysql_connection.h
src/lib/dhcpsrv/mysql_host_data_source.h
src/lib/dhcpsrv/mysql_lease_mgr.h

index 2ebc6be7ed47f3b59f0fdf810a3f1d8fadeb83ea..7a3c6ee09f1c75ae258ebaa072e8018be4e173c3 100755 (executable)
@@ -17,7 +17,7 @@
 
 #include <dhcpsrv/database_connection.h>
 #include <boost/scoped_ptr.hpp>
-#include <mysql/mysql.h>
+#include <mysql.h>
 #include <vector>
 
 namespace isc {
index ba4344d11930d2fcfe8060966b964655b28e9022..0c1ad4fc83e6f248724b2a1ee89404aec6c4abdb 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/utility.hpp>
-#include <mysql/mysql.h>
+#include <mysql.h>
 
 namespace isc {
 namespace dhcp {
index f8eef770318e45f9bf047ffa4a2d4207fbbcff82..99b16f5452247b9e2f0905cd0700cfc4a27f2772 100755 (executable)
@@ -21,7 +21,7 @@
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/utility.hpp>
-#include <mysql/mysql.h>
+#include <mysql.h>
 
 #include <time.h>