From 8c18131c133cddd765cc067bbfb7f0211a4cc322 Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Tue, 12 Sep 2017 20:36:33 -0400 Subject: [PATCH] Have roken.h #include to find emalloc on some platforms. --- lib/roken/roken.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 5b9affeac..3cecaeaea 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -48,6 +48,10 @@ #include #include +#ifdef HAVE_UTIL_H +#include +#endif + #ifndef ROKEN_LIB_FUNCTION #ifdef _WIN32 # define ROKEN_LIB_CALL __cdecl