Skip to content
GitLab
Projects
Groups
Snippets
/
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 @@
#include
<config.h>
#include
<exceptions/exceptions.h>
#include
<dhcp/tests/pkt_filter6_test_stub.h>
#include
<fcntl.h>
#include
<netinet/in.h>
#include
<list>
...
...
src/lib/dhcpsrv/dhcp4o6_ipc.cc
View file @
b3ae8e47
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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