2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[master] Fix compilation issue on RHEL6.

Added missing fctnl.h include. Okayed on jabber.
This commit is contained in:
Marcin Siodelski
2015-12-10 15:57:52 +00:00
parent 2ec7992843
commit b3ae8e4787
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include <config.h>
#include <exceptions/exceptions.h>
#include <dhcp/tests/pkt_filter6_test_stub.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <list>

View File

@@ -23,6 +23,7 @@
#include <dhcpsrv/dhcp4o6_ipc.h>
#include <boost/pointer_cast.hpp>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <string>