From: Guus Sliepen Date: Sun, 18 Oct 2009 12:22:20 +0000 (+0200) Subject: Include missing header. X-Git-Tag: release-1.0.10~2 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=87364c16564c897b1a2d306615804d68ea5a9ba1 Include missing header. --- diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 9563391..4e79aff 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -34,6 +34,7 @@ void *realloc (); void free (); #endif +#include "dropin.h" #include "xalloc.h" #ifndef EXIT_FAILURE