Skip to content

Commit

Permalink
Include signal.h for SIGTERM declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mlq committed Jul 23, 2013
1 parent fd6ae5d commit d24ad5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <signal.h>
#include <errno.h>
#include <evhtp.h>

Expand Down

0 comments on commit d24ad5d

Please sign in to comment.