Skip to content

Commit

Permalink
Have roken.h #include <util.h> to find emalloc on some platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland C. Dowdeswell authored and nicowilliams committed Sep 25, 2017
1 parent aef3843 commit 8c18131
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/roken/roken.h.in
Expand Up @@ -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
Expand Down

0 comments on commit 8c18131

Please sign in to comment.