From 6c30fd44237a06db6d45c0bdfa2bc4e334822341 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 19 Mar 2002 13:48:27 +0000 Subject: [PATCH 1/1] Added include of ctype.h --- ztest/read-marc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4