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:
gnehzuil 2013-07-05 10:11:15 +08:00
parent fd6ae5d936
commit f4d35f8994

View file

@ -4,6 +4,7 @@
#include <stdint.h>
#include <errno.h>
#include <evhtp.h>
#include <signal.h>
int