# HG changeset patch # User Carl Byington # Date 1217963142 25200 # Node ID 9bd4558024370bf36ffb90e4f72318b44f9193fa # Parent 631d02d30a1c67079c871c95cc85ff56cf5636ed More fixes for 32/64 bit portability on big endian ppc. diff -r 631d02d30a1c -r 9bd455802437 src/debug.c --- 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 #include #include +#include +#include struct pst_debug_item { int type;