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
ISC Open Source Projects
BIND
Commits
b412cb53
Commit
b412cb53
authored
Feb 16, 2014
by
Evan Hunt
Browse files
[master] include <signal.h> not <sys/signal.h>
parent
c3c1aec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/delve/delve.c
View file @
b412cb53
...
...
@@ -19,7 +19,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <
sys/
signal.h>
#include <signal.h>
#include <netinet/in.h>
...
...
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