From 01f520729f8ee69cc740d7db430a4c4f4887a589 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 23 Nov 2006 21:35:02 +0000 Subject: [PATCH] Added Include of string.h --- test/api/t15.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/api/t15.c b/test/api/t15.c index da68b0d..9a91f8e 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,4 +1,4 @@ -/* $Id: t15.c,v 1.9 2006-11-23 21:34:22 adam Exp $ +/* $Id: t15.c,v 1.10 2006-11-23 21:35:02 adam Exp $ Copyright (C) 2004-2006 Index Data ApS @@ -33,6 +33,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif +#include #include #include "testlib.h" -- 1.7.10.4