Fix a build error
When we try to build libevhtp for the first time, we will get an build error that indicates that SIGTERM is undeclared. So fix it.
This commit is contained in:
parent
fd6ae5d936
commit
f4d35f8994
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#include <evhtp.h>
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue