X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/1afe07da5c24494a5f26193f9a37eb45babb25ca..dac7fe82bb8d933fb3a68cb9c0256dac6f4470ae:/autothrottle.c diff --git a/autothrottle.c b/autothrottle.c index 7f044f4..007f926 100644 --- a/autothrottle.c +++ b/autothrottle.c @@ -1,4 +1,7 @@ #include +#include +#include + #include "l2tpns.h" #include "plugin.h" @@ -13,8 +16,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;