Portability tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33999 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-10-15 07:59:19 +00:00
parent 2f9fdd24b8
commit 2bf86630a2
7 changed files with 3052 additions and 17069 deletions

View file

@ -40,10 +40,15 @@
</chapter>
*/
#include <string.h>
#import "common.h"
#import "GNUstepBase/Unicode.h"
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE=600
#endif
#include <string.h>
#include <stdio.h>
#ifdef HAVE_LIBXML