libdecnumber: Change gstdint.h to stdint.h
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:54:49 +0000 (15:54 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:28 +0000 (13:24 +0200)
Replace the inclusion of gstdint.h with the standard stdint.h
header file.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/libdecnumber/decContext.h

index 1a3f15e..c3e46f4 100644 (file)
@@ -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                       */