Update test_soap to new query struct
[yaz-moved-to-github.git] / test / test_log.c
index d4a83e5..31f1b62 100644 (file)
@@ -1,7 +1,11 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data
+ * Copyright (C) 1995-2013 Index Data
  * See the file LICENSE for details.
  */
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -49,7 +53,7 @@ int main(int argc, char **argv)
         case 'n':
             number = atoi(arg);
             break;
-        case 'm':        
+        case 'm':
             level = yaz_log_module_level(arg);
             break;
         case 'w':