From d0a087d77d6911bb825ea11c7371378fea78a590 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sat, 12 Jul 2014 10:00:31 +0300 Subject: [PATCH] Include config.h in yahttp-config.h without path to avoid location specific problems. Thanks @mind04 --- pdns/ext/yahttp/yahttp/yahttp-config.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 pdns/ext/yahttp/yahttp/yahttp-config.h diff --git a/pdns/ext/yahttp/yahttp/yahttp-config.h b/pdns/ext/yahttp/yahttp/yahttp-config.h new file mode 100644 index 000000000..1ac2545de --- /dev/null +++ b/pdns/ext/yahttp/yahttp/yahttp-config.h @@ -0,0 +1 @@ +#include "config.h" -- 2.50.0