Merge from Master
[l2tpns.git] / autothrottle.c
index 2bc4c99..25dd647 100644 (file)
@@ -1,4 +1,8 @@
 #include <string.h>
+#include <linux/rtnetlink.h>
+#include <netinet/ip6.h>
+#include "dhcp6.h"
+
 #include "l2tpns.h"
 #include "plugin.h"
 
@@ -13,8 +17,6 @@
  * throttle=no
  */
 
-char const *cvs_id = "$Id: autothrottle.c,v 1.17 2006/05/18 14:40:31 bodea Exp $";
-
 int plugin_api_version = PLUGIN_API_VERSION;
 static struct pluginfuncs *f = 0;