X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_search.c;h=423f76cfd873dd72df733a3f30a6efab4598cd2a;hb=58f263cb1cc09f9036ec9ddd5908cba56885796f;hp=7dae4427513814b06de8b3b912ebde0b6393d20c;hpb=4e6078e4660869b9d83223c8ce842ed8dda211ab;p=idzebra-moved-to-github.git diff --git a/test/api/test_search.c b/test/api/test_search.c index 7dae442..423f76c 100644 --- a/test/api/test_search.c +++ b/test/api/test_search.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -19,6 +19,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA /** \file \brief test various search attributes */ +#if HAVE_CONFIG_H +#include +#endif #include #include "testlib.h"