Have roken.h #include <util.h> to find emalloc on some platforms.

This commit is contained in:
Roland C. Dowdeswell
2017-09-12 20:36:33 -04:00
committed by Nico Williams
parent aef3843b55
commit 8c18131c13

View File

@@ -48,6 +48,10 @@
#include <limits.h>
#include <signal.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
#ifndef ROKEN_LIB_FUNCTION
#ifdef _WIN32
# define ROKEN_LIB_CALL __cdecl