Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
b3ae8e47
Commit
b3ae8e47
authored
Dec 10, 2015
by
Marcin Siodelski
Browse files
[master] Fix compilation issue on RHEL6.
Added missing fctnl.h include. Okayed on jabber.
parent
2ec79928
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/tests/pkt_filter6_test_stub.cc
View file @
b3ae8e47
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
#include <config.h>
#include <config.h>
#include <exceptions/exceptions.h>
#include <exceptions/exceptions.h>
#include <dhcp/tests/pkt_filter6_test_stub.h>
#include <dhcp/tests/pkt_filter6_test_stub.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <list>
#include <list>
...
...
src/lib/dhcpsrv/dhcp4o6_ipc.cc
View file @
b3ae8e47
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include <dhcpsrv/dhcp4o6_ipc.h>
#include <dhcpsrv/dhcp4o6_ipc.h>
#include <boost/pointer_cast.hpp>
#include <boost/pointer_cast.hpp>
#include <errno.h>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <string>
#include <string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment