Unverified Commit bcea89c3 authored by Nils Goroll's avatar Nils Goroll

include string.h for explicit_bzero()

parent e44e0120
......@@ -36,6 +36,7 @@
#include <dlfcn.h>
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include "cache/cache.h"
#include "vcl.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