Try to preserve order of repeated fields (bug #2165).
[pazpar2-moved-to-github.git] / src / util.c
index 08cee14..353130f 100644 (file)
@@ -16,12 +16,12 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 */
-#include <stdlib.h>
 
 #if HAVE_CONFIG_H
-#include <cconfig.h>
+#include <config.h>
 #endif
 
+#include <stdlib.h>
 #include <yaz/yaz-util.h>
 
 void die(char *string, char *add)