Add of the RDNSS option to ICMPv6 Router Advertisement (RA).
[l2tpns.git] / throttlectl.c
index 46ce824..ef194f4 100644 (file)
@@ -1,12 +1,12 @@
 #include <string.h>
+#include <netinet/ip6.h>
+#include "dhcp6.h"
 #include "l2tpns.h"
 #include "plugin.h"
 #include "control.h"
 
 /* throttle control */
 
-char const *cvs_id = "$Id: throttlectl.c,v 1.9 2005-10-11 09:04:53 bodea Exp $";
-
 int plugin_api_version = PLUGIN_API_VERSION;
 static struct pluginfuncs *f = 0;