From d057953830e148631c371b140d983d7a25c064da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 21 Oct 2015 20:24:02 +0200 Subject: Fix function prototypes This resolves Bug 2434 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/xmalloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xmalloc.c') diff --git a/src/xmalloc.c b/src/xmalloc.c index 4d00c52..f72f287 100644 --- a/src/xmalloc.c +++ b/src/xmalloc.c @@ -70,6 +70,8 @@ #include #include +#include "messages.h" + /* Failure handler takes the function, the size, the file, and the line. */ typedef void (*xmalloc_handler_t)(const char *, size_t, const char *, int); -- cgit v1.2.1