Add modulePath (fix distcheck)
[idzebra-moved-to-github.git] / util / tstres.c
index f27b829..0de5fee 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: tstres.c,v 1.1 2007-05-16 10:57:06 adam Exp $
+/* $Id: tstres.c,v 1.3 2007-08-31 21:12:51 mike Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 */
 
+#include <string.h>
 #include <idzebra/res.h>
 #include <yaz/test.h>
 
@@ -69,6 +70,7 @@ static void tst_res_read_file(void)
 int main (int argc, char **argv)
 {
     YAZ_CHECK_INIT(argc, argv);
+    YAZ_CHECK_LOG();
     tst_res_open();
     tst_res_read_file();
     YAZ_CHECK_TERM;