From 12e68873046de1fc08b5589891914ec2cdc3d453 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Oct 2002 14:40:21 +0000 Subject: [PATCH] Add include of stdio.h --- util/wrbuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/wrbuf.c b/util/wrbuf.c index 424f0fc..c3fea1f 100644 --- a/util/wrbuf.c +++ b/util/wrbuf.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: wrbuf.c,v 1.10 2002-10-22 10:05:36 adam Exp $ + * $Id: wrbuf.c,v 1.11 2002-10-22 14:40:21 adam Exp $ */ /* @@ -14,6 +14,7 @@ #include #endif +#include #include #include #include -- 1.7.10.4