changeset 91:9bd455802437 stable-0-6-17

More fixes for 32/64 bit portability on big endian ppc.
author Carl Byington <carl@five-ten-sg.com>
date Tue, 05 Aug 2008 12:05:42 -0700
parents 631d02d30a1c
children 93ce964a3f92
files src/debug.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/debug.c	Tue Aug 05 11:52:29 2008 -0700
+++ b/src/debug.c	Tue Aug 05 12:05:42 2008 -0700
@@ -7,6 +7,8 @@
 #include <ctype.h>
 #include <string.h>
 #include <limits.h>
+#include <stdint.h>
+#include <inttypes.h>
 
 struct pst_debug_item {
     int type;