This prevents compilation failure on OS-X. Reviewed and approved
on jabber.
#include <dhcpsrv/database_connection.h>
#include <boost/scoped_ptr.hpp>
-#include <mysql/mysql.h>
+#include <mysql.h>
#include <vector>
namespace isc {
#include <boost/scoped_ptr.hpp>
#include <boost/utility.hpp>
-#include <mysql/mysql.h>
+#include <mysql.h>
namespace isc {
namespace dhcp {
#include <boost/scoped_ptr.hpp>
#include <boost/utility.hpp>
-#include <mysql/mysql.h>
+#include <mysql.h>
#include <time.h>