From: Giuseppe Lettieri Date: Fri, 5 Jul 2013 17:50:31 +0000 (+0200) Subject: include config.h to silence build checks X-Git-Tag: sliver-openvswitch-1.10.90-3~15 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=7a50426f282b42fba452c09175ff7b77c285f459 include config.h to silence build checks --- 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