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:
Richard Frith-MacDonald 2008-10-15 05:10:55 +00:00
parent ed9552b96e
commit ecc5a07e7e
3 changed files with 5 additions and 6 deletions

View file

@ -17,14 +17,12 @@
*/
#include "config.h"
#include "GNUstepBase/GSConfig.h"
#include <ctype.h>
#include <sys/types.h>
#include <sys/param.h>
#include <stdio.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <errno.h>
#include "GSNetwork.h"