From: Adam Dickmeiss Date: Thu, 23 Nov 2006 21:35:02 +0000 (+0000) Subject: Added Include of string.h X-Git-Tag: ZEBRA.2.0.6~17 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=01f520729f8ee69cc740d7db430a4c4f4887a589;p=idzebra-moved-to-github.git Added Include of string.h --- 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"