From: Luca Padovani Date: Sat, 30 Mar 2002 17:39:01 +0000 (+0000) Subject: added libxml/ in #includes (see libxml2 ChangeLog) X-Git-Tag: V_0_3_0_debian_8~183 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2911b9c319058875eee1120ea7f0782a7f405a7f;hp=58a86ec5f2286341ea465dab4e5ff06a68eb07fa;p=helm.git added libxml/ in #includes (see libxml2 ChangeLog) --- 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" {