Include stdlib.h for declaration of free.

Fixes build with -Werror on at least Fedora and probably others.
This commit is contained in:
Darren Tucker 2018-07-11 12:12:38 +10:00
parent fccfa239de
commit 1c688801e9

View File

@ -16,6 +16,7 @@
#include "includes.h"
#include <stdlib.h>
#include <string.h>
#ifndef HAVE_FREEZERO