2
0
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:
Marcin Siodelski 2015-12-01 09:50:22 +01:00
parent ddf2a902cf
commit 00186aa513
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View 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 {

View File

@ -21,7 +21,7 @@
#include <boost/scoped_ptr.hpp>
#include <boost/utility.hpp>
#include <mysql/mysql.h>
#include <mysql.h>
#include <time.h>