From 9b7a14b0640110cbb1017c4b701b96dddc659d37 Mon Sep 17 00:00:00 2001 From: Tom Musta Date: Mon, 21 Apr 2014 15:54:49 -0500 Subject: 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 --- include/libdecnumber/decContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libdecnumber') 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 */ -- cgit v1.1