From: Ivo Timmermans Date: Thu, 4 May 2000 00:00:06 +0000 (+0000) Subject: Include stdio.h for fprintf. X-Git-Tag: release-1.0pre1~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6182664859383a86a47846cafdc1f6fcd73b5a76;p=oweals%2Ftinc.git Include stdio.h for fprintf. --- diff --git a/lib/xmalloc.c b/lib/xmalloc.c index ce1888d..38fb571 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -20,6 +20,7 @@ #endif #include +#include #if STDC_HEADERS # include