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:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user