From b0663a3c3827d354e197fa9b8d42526bd3785cdd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Jan 2004 20:33:57 +0000 Subject: [PATCH] Fix warning --- util/benchmark.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/util/benchmark.c b/util/benchmark.c index 30405a9..71deae8 100644 --- a/util/benchmark.c +++ b/util/benchmark.c @@ -1,5 +1,5 @@ -/* $Id: benchmark.c,v 1.2 2003-12-24 16:59:12 mike Exp $ - * Copyright (C) 2003 Index Data Aps +/* $Id: benchmark.c,v 1.3 2004-01-07 20:33:57 adam Exp $ + * Copyright (C) 2003-2004 Index Data Aps * * This file is part of the YAZ toolkit. * @@ -11,6 +11,7 @@ * and average times for each operation. */ +#include #include #include -- 1.7.10.4