From 9b1c48867ad6fafd2bfd1a2ba4893129953990e9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 13 Apr 2007 09:55:21 +0000 Subject: [PATCH] Added inclusion of oid_db.h --- src/xmlquery.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.4