diff mbox

[05/37] libdecnumber: Change gstdint.h to stdint.h

Message ID 1397832641-10254-6-git-send-email-tommusta@gmail.com
State New
Headers show

Commit Message

Tom Musta April 18, 2014, 2:50 p.m. UTC
Replace the inclusion of gstdint.h with the standard stdint.h
header file.

Signed-off-by: Tom Musta <tommusta@gmail.com>
---
 include/libdecnumber/decContext.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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 <stdint.h>
   #include <stdio.h>		   /* for printf, etc.		      */
   #include <signal.h>		   /* for traps			      */