aboutsummaryrefslogtreecommitdiff
path: root/src/binlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/binlog.c')
-rw-r--r--src/binlog.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/binlog.c b/src/binlog.c
index b2d581c..8263c12 100644
--- a/src/binlog.c
+++ b/src/binlog.c
@@ -1,3 +1,3 @@
/* This file is part of vmod-binlog
- Copyright (C) 2013, 2014, 2016, 2017 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
@@ -29,2 +29,8 @@
#include <time.h>
+#include <string.h>
+#if VARNISHAPI_MAJOR > 5
+# include "cache/cache.h"
+# include "vcl.h"
+# include "vcc_if.h"
+#else
# include "vcl.h"
@@ -32,4 +38,4 @@
# include "vcc_if.h"
-
# include "cache/cache.h"
+#endif
#define WSPTR(s) ((s)->ws)

Return to:

Send suggestions and report system problems to the System administrator.