Skip to content

Commit

Permalink
libdiod/dios_sock.c: sys/signal.h -> signal.h
Browse files Browse the repository at this point in the history
This is the POSIX standard location
  • Loading branch information
doughdemon committed Jul 12, 2014
1 parent a84a16c commit 5f5890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdiod/diod_sock.c
Expand Up @@ -37,7 +37,7 @@
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <netdb.h>
#include <sys/signal.h>
#include <signal.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <string.h>
Expand Down

0 comments on commit 5f5890d

Please sign in to comment.