Fix broken xml entity.
[idzebra-moved-to-github.git] / data1 / d1_soif.c
index 4127b96..3e0a81a 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2010 Index Data
+   Copyright (C) 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
@@ -24,6 +24,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  * concatenating the tag names at each level.
  */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <yaz/wrbuf.h>
 #include <idzebra/data1.h>
 
@@ -75,7 +78,7 @@ char *data1_nodetosoif (data1_handle dh, data1_node *n, int select, int *len)
     char buf[128];
 
     wrbuf_rewind(b);
-    
+
     if (n->which != DATA1N_root)
        return 0;
     sprintf(buf, "@%s{\n", n->u.root.type);