From: Adam Dickmeiss Date: Tue, 22 Oct 2002 14:40:21 +0000 (+0000) Subject: Add include of stdio.h X-Git-Tag: YAZ.1.9.1.DEBIAN.5~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=12e68873046de1fc08b5589891914ec2cdc3d453 Add include of stdio.h --- 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