Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
76a5b79f
Commit
76a5b79f
authored
Feb 21, 2011
by
Jelte Jansen
Browse files
[trac554] add some lowlevel includes needed for sunstudio
These should probably really be done by asio.hpp
parent
b6b79e9a
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/dns_service.cc
View file @
76a5b79f
...
...
@@ -14,6 +14,12 @@
#include <config.h>
#include <unistd.h> // for some IPC/network system calls
#include <sys/socket.h>
#include <netinet/in.h>
#include <asiolink/dns_service.h>
#include <asiolink/io_service.h>
#include <asio/ip/address.hpp>
...
...
src/lib/asiolink/interval_timer.cc
View file @
76a5b79f
...
...
@@ -14,6 +14,10 @@
#include <config.h>
#include <unistd.h> // for some IPC/network system calls
#include <sys/socket.h>
#include <netinet/in.h>
#include <asio.hpp>
#include <exceptions/exceptions.h>
...
...
src/lib/asiolink/io_service.cc
View file @
76a5b79f
...
...
@@ -14,6 +14,10 @@
#include <config.h>
#include <unistd.h> // for some IPC/network system calls
#include <sys/socket.h>
#include <netinet/in.h>
#include <asio.hpp>
#include <asiolink/io_service.h>
...
...
src/lib/asiolink/recursive_query.cc
View file @
76a5b79f
...
...
@@ -14,6 +14,11 @@
#include <config.h>
#include <unistd.h> // for some IPC/network system calls
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <asio/ip/address.hpp>
#include <asio.hpp>
...
...
src/lib/asiolink/tcp_server.cc
View file @
76a5b79f
...
...
@@ -16,6 +16,10 @@
#include <boost/shared_array.hpp>
#include <unistd.h> // for some IPC/network system calls
#include <sys/socket.h>
#include <netinet/in.h>
#include <asio.hpp>
#include <log/dummylog.h>
...
...
src/lib/asiolink/udp_server.cc
View file @
76a5b79f
...
...
@@ -16,6 +16,10 @@
#include <boost/shared_array.hpp>
#include <unistd.h> // for some IPC/network system calls
#include <sys/socket.h>
#include <netinet/in.h>
#include <asio.hpp>
#include <log/dummylog.h>
...
...
Write
Preview
Supports
Markdown
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