From: Adam Dickmeiss Date: Fri, 13 Apr 2007 09:55:21 +0000 (+0000) Subject: Added inclusion of oid_db.h X-Git-Tag: YAZ.3.0.0~57 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9b1c48867ad6fafd2bfd1a2ba4893129953990e9 Added inclusion of oid_db.h --- diff --git a/src/xmlquery.c b/src/xmlquery.c index 994a90e..0d03939 100644 --- a/src/xmlquery.c +++ b/src/xmlquery.c @@ -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 #include #include +#include void yaz_query2xml_attribute_element(const Z_AttributeElement *element, xmlNodePtr parent)