mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27: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:
parent
ddf2a902cf
commit
00186aa513
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user