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:
Richard Frith-MacDonald 2012-04-16 15:31:46 +00:00
parent e1b2d9bd90
commit ae0494955e
2 changed files with 1 additions and 1 deletions

View file

@ -33,6 +33,7 @@
#import "common.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>

View file

@ -8,7 +8,6 @@
#ifdef _GNU_SOURCE
#undef _GNU_SOURCE
#endif
#define _GNU_SOURCE 0
#import "config.h"