Skip to content

Commit

Permalink
Merge pull request #153 from jimklimov/fix-signals
Browse files Browse the repository at this point in the history
Fix missed inclusion of signal.h
  • Loading branch information
coolo committed May 10, 2016
2 parents 6a82e01 + a71ca1c commit 70b66b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/comm.cpp
Expand Up @@ -24,6 +24,7 @@

#include <config.h>

#include <signal.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
Expand Down

0 comments on commit 70b66b7

Please sign in to comment.