diff -Nru a/evhtp.h b/evhtp.h --- a/evhtp.h 2015-11-26 23:03:52.000000000 +0100 +++ b/evhtp.h 2016-05-07 19:33:18.388199713 +0200 @@ -1,17 +1,17 @@ -#include +#include "evhtp-config.h" #ifndef __EVHTP__H__ #define __EVHTP__H__ /** @file */ #ifndef EVHTP_DISABLE_EVTHR -#include +#include "evthr.h" #endif -#include +#include "htparse.h" #ifndef EVHTP_DISABLE_REGEX -#include +#include "onigposix.h" #endif #include diff -Nru a/evthr.h b/evthr.h --- a/evthr.h 2015-11-26 23:03:52.000000000 +0100 +++ b/evthr.h 2016-05-07 19:33:30.290230883 +0200 @@ -6,7 +6,7 @@ #include #include -#include +#include "evhtp-config.h" #ifdef __cplusplus extern "C" {