summaryrefslogtreecommitdiffstats
path: root/include/libdecnumber
diff options
context:
space:
mode:
authorTom Musta <tommusta@gmail.com>2014-04-21 15:54:49 -0500
committerAlexander Graf <agraf@suse.de>2014-06-16 13:24:28 +0200
commit9b7a14b0640110cbb1017c4b701b96dddc659d37 (patch)
tree85ad0e2b36e318f9377ed0188a879b74a52bb8f2 /include/libdecnumber
parent7275585b8c0dda0720255c45489045b0c31092cc (diff)
downloadhqemu-9b7a14b0640110cbb1017c4b701b96dddc659d37.zip
hqemu-9b7a14b0640110cbb1017c4b701b96dddc659d37.tar.gz
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 <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/libdecnumber')
-rw-r--r--include/libdecnumber/decContext.h2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud