This patch replaces the inclusion of gstdint.h to the standard stdint.h. Signed-off-by: Tom Musta <tommu...@gmail.com> --- include/libdecnumber/decContext.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/libdecnumber/decContext.h b/include/libdecnumber/decContext.h index 2e8f2e1..ffed769 100644 --- a/include/libdecnumber/decContext.h +++ b/include/libdecnumber/decContext.h @@ -51,7 +51,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */ #define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */ - #include "gstdint.h" /* C99 standard integers */ + #include <stdint.h> /* C99 standard integers */ #include <stdio.h> /* for printf, etc. */ #include <signal.h> /* for traps */ -- 1.7.1