mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
4cc58b721a
commit
1d6c3a2a72
7 changed files with 3052 additions and 17069 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue