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
ISC Open Source Projects
Kea
Commits
17810905
Commit
17810905
authored
Apr 19, 2011
by
Jelte Jansen
Browse files
[master] Add (guarded) inclusion of unistd.h for sunstudio build
parent
5a906f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/tools/badpacket/scan.cc
View file @
17810905
...
...
@@ -21,6 +21,10 @@
#include
<config.h>
// on sunstudio, asio.hpp needs unistd.h for pipe() to be defined
#ifdef HAVE_UNISTD_H
#include
<unistd.h>
#endif
#include
<asio.hpp>
#include
<asiolink/io_address.h>
...
...
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