From ea9e668cb08e4d28217265cd24da1d1ecfa15c0d Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 29 Jun 2010 08:23:52 +0000 Subject: [PATCH] Use inttypes.h rather than stdint.h ... supported on more platforms git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30888 72102866-910b-0410-8b05-ffd578937521 --- Source/ObjectiveC2/runtime.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/ObjectiveC2/runtime.h b/Source/ObjectiveC2/runtime.h index c557c4257..3f21f7a5d 100644 --- a/Source/ObjectiveC2/runtime.h +++ b/Source/ObjectiveC2/runtime.h @@ -1,6 +1,5 @@ -#include +#include #include -#include #include "ObjectiveC2/Availability.h" #if defined(ERROR_UNSUPPORTED_RUNTIME_FUNCTIONS)