Added inclusion of oid_db.h
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 13 Apr 2007 09:55:21 +0000 (09:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 13 Apr 2007 09:55:21 +0000 (09:55 +0000)
src/xmlquery.c

index 994a90e..0d03939 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2007, Index Data ApS
  * All rights reserved.
  *
- * $Id: xmlquery.c,v 1.13 2007-04-12 13:52:57 adam Exp $
+ * $Id: xmlquery.c,v 1.14 2007-04-13 09:55:21 adam Exp $
  */
 
 /** \file xmlquery.c
@@ -20,6 +20,7 @@
 #include <yaz/logrpn.h>
 #include <yaz/xmlquery.h>
 #include <yaz/nmem_xml.h>
+#include <yaz/oid_db.h>
 
 void yaz_query2xml_attribute_element(const Z_AttributeElement *element,
                                      xmlNodePtr parent)