Guarded stdint.h inclusion

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30438 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-05-21 11:05:33 +00:00
parent b4c85fde93
commit 67dcff87fa
4 changed files with 17 additions and 0 deletions

View file

@ -1,4 +1,7 @@
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <stddef.h>
#include <sys/types.h>
#include "ObjectiveC2/Availability.h"