qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH 05/37] libdecnumber: Change gstdint.h to stdint.h


From: Tom Musta
Subject: [Qemu-ppc] [PATCH 05/37] libdecnumber: Change gstdint.h to stdint.h
Date: Fri, 18 Apr 2014 09:50:09 -0500

Replace the inclusion of gstdint.h with the standard stdint.h
header file.

Signed-off-by: Tom Musta <address@hidden>
---
 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 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                       */
 
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]