From: Adam Dickmeiss Date: Tue, 19 Mar 2002 13:48:27 +0000 (+0000) Subject: Added include of ctype.h X-Git-Tag: YAZ.1.8.6~15 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6c30fd44237a06db6d45c0bdfa2bc4e334822341;hp=eb14cf14b5b176a8e2b73ca251d625e47223f116 Added include of ctype.h --- diff --git a/ztest/read-marc.c b/ztest/read-marc.c index 8b9fb4e..9f90f82 100644 --- a/ztest/read-marc.c +++ b/ztest/read-marc.c @@ -2,13 +2,13 @@ * Copyright (c) 2002, Index Data. * See the file LICENSE for details. * - * $Id: read-marc.c,v 1.1 2002-03-18 21:33:48 adam Exp $ + * $Id: read-marc.c,v 1.2 2002-03-19 13:48:27 adam Exp $ */ /* * Little toy-thing to read a MARC records from a fixed array. */ - +#include #include #include