Fix for #25026 I hope

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27227 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-12-06 16:52:03 +00:00
parent 928f6d762d
commit a14130e423
2 changed files with 13 additions and 0 deletions

View file

@ -54,6 +54,10 @@
#include "GNUstepBase/GSXML.h"
#include <Foundation/Foundation.h>
/* Avoid problems on systems where the xml headers use 'id'
*/
#define id GSXMLID
/* libxml headers */
#include <libxml/tree.h>
#include <libxml/entities.h>
@ -79,6 +83,9 @@
#include <libxslt/xsltutils.h>
#endif /* HAVE_LIBXSLT */
#undef id
/*
* optimization
*