aboutsummaryrefslogtreecommitdiff
path: root/src/tbf.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-20 14:40:13 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-20 14:40:13 +0200
commit6f72ce19982bd6f7eb9cfe7c2ebcbc221063401d (patch)
tree522208d44816d8a8bdd9298d1fe7284dbf9267c4 /src/tbf.h
parent741817ac5372c374b52b710dd8a4b0cc463ade99 (diff)
downloadvmod-tbf-6f72ce19982bd6f7eb9cfe7c2ebcbc221063401d.tar.gz
vmod-tbf-6f72ce19982bd6f7eb9cfe7c2ebcbc221063401d.tar.bz2
Rewrite for varnishapi 4.1varnish-4.1
* NEWS: Update. * configure.ac: Raise version number to 2.0.90 * src/tbf.c (tbf_init): Replaced with tbf_event * src/vmod_tbf.vcc: Likewise. * src/tbf.h: Include errno.h and vcl.h.
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 7ee9f7e..ea0aa6e 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -24,3 +24,5 @@
#include <sys/time.h>
-#include "vrt.h"
+#include <errno.h>
+#include <vcl.h>
+#include <vrt.h>
#include "vcc_if.h"

Return to:

Send suggestions and report system problems to the System administrator.