From 2911b9c319058875eee1120ea7f0782a7f405a7f Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Sat, 30 Mar 2002 17:39:01 +0000 Subject: [PATCH] added libxml/ in #includes (see libxml2 ChangeLog) --- helm/minidom/minidom.c | 4 ++-- helm/minidom/minidom.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/minidom/minidom.c b/helm/minidom/minidom.c index 54f56a295..93cae440d 100644 --- a/helm/minidom/minidom.c +++ b/helm/minidom/minidom.c @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include #include "minidom.h" diff --git a/helm/minidom/minidom.h b/helm/minidom/minidom.h index 976d954cb..bb2b91013 100644 --- a/helm/minidom/minidom.h +++ b/helm/minidom/minidom.h @@ -25,7 +25,7 @@ #define minidom_h #include -#include +#include #ifdef __cplusplus extern "C" { -- 2.39.2