mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
dea58a8568
commit
168faebb05
9 changed files with 106 additions and 59 deletions
|
@ -80,6 +80,8 @@ Parameters:
|
|||
.gsdoc files
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#if HAVE_LIBXML
|
||||
|
@ -87,7 +89,11 @@ Parameters:
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef LIBXML2
|
||||
#include <libxml2/parser.h>
|
||||
#else
|
||||
#include <libxml/parser.h>
|
||||
#endif
|
||||
|
||||
NSString *pathExtension_GSDocRefs = @"gsdocrefs";
|
||||
NSString *pathExtension_GSDoc = @"gsdoc";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue