diff mbox

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

Message ID 1394723588-6072-5-git-send-email-tommusta@gmail.com
State New
Headers show

Commit Message

Tom Musta March 13, 2014, 3:13 p.m. UTC
This patch replaces the inclusion of gstdint.h to the standard
stdint.h.

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