Have roken.h #include <util.h> to find emalloc on some platforms.
This commit is contained in:

committed by
Nico Williams

parent
aef3843b55
commit
8c18131c13
@@ -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
|
||||
|
Reference in New Issue
Block a user