From 6182664859383a86a47846cafdc1f6fcd73b5a76 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Thu, 4 May 2000 00:00:06 +0000 Subject: [PATCH] Include stdio.h for fprintf. --- lib/xmalloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xmalloc.c b/lib/xmalloc.c index ce1888d8..38fb571a 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -20,6 +20,7 @@ #endif #include +#include #if STDC_HEADERS # include -- 2.20.1