Commit 265e4c56 authored by Nils Goroll's avatar Nils Goroll

required include after cache.h cleanup in varnish-cache

parent 88377418
Pipeline #295 skipped
......@@ -25,9 +25,14 @@
*
*/
#include "config.h"
#include <string.h>
#include "vmod_hoailona.h"
#include "cache/cache.h"
#include "vsb.h"
static vre_t *chars = NULL, *dots = NULL, *stars = NULL, *meta = NULL;
......
......@@ -28,6 +28,7 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "cache/cache.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment