X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.c;h=82aa14d73cc85c8fcf2a9bbca89aedeb6b969159;hb=a5c8c78e8671af863fc61b2ad8b24f92f827f7b2;hp=0791d45ad01bf8befadc6eab984f448c380df85f;hpb=7ccc68c77eb208c2070c7939d9a41a33254934c5;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.c b/test/api/testlib.c index 0791d45..82aa14d 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.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 /** testlib - utilities for the api tests */ +#if HAVE_CONFIG_H +#include +#endif #if HAVE_SYS_TIME_H #include #endif