mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
fix missing errno.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35071 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1b2d9bd90
commit
ae0494955e
2 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#import "common.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#ifdef _GNU_SOURCE
|
||||
#undef _GNU_SOURCE
|
||||
#endif
|
||||
#define _GNU_SOURCE 0
|
||||
|
||||
#import "config.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue