From: Tom Musta Date: Mon, 21 Apr 2014 20:54:49 +0000 (-0500) Subject: libdecnumber: Change gstdint.h to stdint.h X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~773^2~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b7a14b0640110cbb1017c4b701b96dddc659d37;p=sdk%2Femulator%2Fqemu.git libdecnumber: Change gstdint.h to stdint.h Replace the inclusion of gstdint.h with the standard stdint.h header file. Signed-off-by: Tom Musta Signed-off-by: Alexander Graf --- diff --git a/include/libdecnumber/decContext.h b/include/libdecnumber/decContext.h index 1a3f15e..c3e46f4 100644 --- a/include/libdecnumber/decContext.h +++ b/include/libdecnumber/decContext.h @@ -56,7 +56,7 @@ #define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */ #define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */ - #include "gstdint.h" /* C99 standard integers */ + #include #include /* for printf, etc. */ #include /* for traps */