Add DHCPv6 functionality.
[l2tpns.git] / bgp.c
diff --git a/bgp.c b/bgp.c
index 7c1e6c0..2791ca3 100644 (file)
--- a/bgp.c
+++ b/bgp.c
@@ -21,6 +21,7 @@
 #include <netdb.h>
 #include <fcntl.h>
 
+#include "dhcp6.h"
 #include "l2tpns.h"
 #include "bgp.h"
 #include "util.h"