diff options
Diffstat (limited to 'bgpd/rfp-example/rfptest/rfptest.c')
-rw-r--r-- | bgpd/rfp-example/rfptest/rfptest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/rfp-example/rfptest/rfptest.c b/bgpd/rfp-example/rfptest/rfptest.c index 53e1c33cf..48df6c0cc 100644 --- a/bgpd/rfp-example/rfptest/rfptest.c +++ b/bgpd/rfp-example/rfptest/rfptest.c @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* dummy test program */ #include <stdio.h> |