mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
15af19bf6e
commit
9cb1ae2629
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…
Add table
Add a link
Reference in a new issue