mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fixes for libxml2 (FreeBSD).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0fac86242e
commit
852d140e39
9 changed files with 106 additions and 59 deletions
|
@ -26,10 +26,19 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef LIBXML2
|
||||
#include <libxml2/parser.h>
|
||||
#include <libxml2/parserInternals.h>
|
||||
#include <libxml2/SAX.h>
|
||||
#include <libxml2/HTMLparser.h>
|
||||
#else
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/parserInternals.h>
|
||||
#include <libxml/SAX.h>
|
||||
#include <libxml/HTMLparser.h>
|
||||
#endif
|
||||
|
||||
#include <Foundation/GSXML.h>
|
||||
#include <Foundation/NSData.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue