mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
bugfix for old systems without stdint.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26918 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed9552b96e
commit
ecc5a07e7e
3 changed files with 5 additions and 6 deletions
|
@ -19,12 +19,11 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "GNUstepBase/GSConfig.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#include "GSNetwork.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue