mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +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 <boost/scoped_ptr.hpp>
|
||||
#include <mysql/mysql.h>
|
||||
#include <mysql.h>
|
||||
#include <vector>
|
||||
|
||||
namespace isc {
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <mysql/mysql.h>
|
||||
#include <mysql.h>
|
||||
|
||||
namespace isc {
|
||||
namespace dhcp {
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <mysql/mysql.h>
|
||||
#include <mysql.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
Reference in New Issue
Block a user