From 87364c16564c897b1a2d306615804d68ea5a9ba1 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 18 Oct 2009 14:22:20 +0200 Subject: [PATCH 1/1] Include missing header. --- lib/xmalloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 9563391e..4e79aff9 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 -- 2.20.1