From 098c8ce09dfc046598a78af20ead737ca74efb59 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Wed, 5 Nov 2008 14:08:55 +0000 Subject: [PATCH] J : * Change sys/types.h for stdint.h which is the standard C99 header. --- JGE/include/JTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/include/JTypes.h b/JGE/include/JTypes.h index a26c2605f..6eb442f04 100644 --- a/JGE/include/JTypes.h +++ b/JGE/include/JTypes.h @@ -13,7 +13,7 @@ #if defined (WIN32) || defined (LINUX) -#include +#include #else