From: Marko Kreen Date: Mon, 25 Jan 2016 12:05:19 +0000 (+0200) Subject: hba_test: include usual/event.h X-Git-Tag: pgbouncer_1_7_1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53d6bfb5fbd343edf89ec2e366b39c6644733858;p=pgbouncer hba_test: include usual/event.h Helps to build without real libevent. --- diff --git a/test/hba_test.c b/test/hba_test.c index 776c951..428c943 100644 --- a/test/hba_test.c +++ b/test/hba_test.c @@ -8,6 +8,7 @@ #include #include #include +#include int cf_tcp_keepcnt; int cf_tcp_keepintvl;