From: Tom Musta Date: Mon, 21 Apr 2014 20:54:49 +0000 (-0500) Subject: libdecnumber: Change gstdint.h to stdint.h X-Git-Tag: v2.1.0-rc0~53^2~137 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9b7a14b0640110cbb1017c4b701b96dddc659d37;p=users%2Fdwmw2%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 1a3f15eba8..c3e46f405f 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 */