mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[master] Include <mysql.h> rather than <mysql/mysql.h>
This prevents compilation failure on OS-X. Reviewed and approved on jabber.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include <dhcpsrv/database_connection.h>
|
#include <dhcpsrv/database_connection.h>
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/scoped_ptr.hpp>
|
||||||
#include <mysql/mysql.h>
|
#include <mysql.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace isc {
|
namespace isc {
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/scoped_ptr.hpp>
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
#include <mysql/mysql.h>
|
#include <mysql.h>
|
||||||
|
|
||||||
namespace isc {
|
namespace isc {
|
||||||
namespace dhcp {
|
namespace dhcp {
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/scoped_ptr.hpp>
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
#include <mysql/mysql.h>
|
#include <mysql.h>
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user