Include stdlib.h for declaration of free.
Fixes build with -Werror on at least Fedora and probably others.
This commit is contained in:
parent
fccfa239de
commit
1c688801e9
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "includes.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef HAVE_FREEZERO
|
||||
|
|
Loading…
Reference in New Issue