qemu-ppc
[Top][All Lists]
Advanced

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

[Qemu-ppc] [RFC 04/12] target-ppc: Change gstdint.h to stdint.h


From: Tom Musta
Subject: [Qemu-ppc] [RFC 04/12] target-ppc: Change gstdint.h to stdint.h
Date: Thu, 13 Mar 2014 10:13:00 -0500

This patch replaces the inclusion of gstdint.h to the standard
stdint.h.

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 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




reply via email to

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