Release 1.6.4
[yazpp-moved-to-github.git] / zlint / test-init-03.cpp
index adf3a2f..e12bb49 100644 (file)
@@ -1,8 +1,11 @@
 /* This file is part of the yazpp toolkit.
- * Copyright (C) 1998-2009 Index Data and Mike Taylor
+ * Copyright (C) Index Data 
  * See the file LICENSE for details.
  */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <yaz/log.h>
 
 #include <zlint.h>
@@ -27,7 +30,7 @@ Zlint_code Zlint_test_init_03::init(Zlint *z)
     int i;
     for (i = 0; i< 9; i++)
         ODR_MASK_SET(init->protocolVersion, i);
-    
+
     int r = z->send_Z_PDU(apdu, &len);
     if (r < 0)
     {