From: Aki Tuomi Date: Sat, 12 Jul 2014 07:00:31 +0000 (+0300) Subject: Include config.h in yahttp-config.h without path to avoid location specific problems... X-Git-Tag: auth-3.4.0-rc1~84^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0a087d77d6911bb825ea11c7371378fea78a590;p=thirdparty%2Fpdns.git Include config.h in yahttp-config.h without path to avoid location specific problems. Thanks @mind04 --- diff --git a/pdns/ext/yahttp/yahttp/yahttp-config.h b/pdns/ext/yahttp/yahttp/yahttp-config.h new file mode 100644 index 0000000000..1ac2545de8 --- /dev/null +++ b/pdns/ext/yahttp/yahttp/yahttp-config.h @@ -0,0 +1 @@ +#include "config.h"