From 7a50426f282b42fba452c09175ff7b77c285f459 Mon Sep 17 00:00:00 2001 From: Giuseppe Lettieri Date: Fri, 5 Jul 2013 19:50:31 +0200 Subject: [PATCH] include config.h to silence build checks --- planetlab/exp-tool/tunproxy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/planetlab/exp-tool/tunproxy.c b/planetlab/exp-tool/tunproxy.c index 024d886b4..cea99afd2 100644 --- a/planetlab/exp-tool/tunproxy.c +++ b/planetlab/exp-tool/tunproxy.c @@ -16,6 +16,9 @@ * http://www.secdev.org/projects/tuntap_udp/files/tunproxy.c */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include #include -- 2.43.0