[Cbe-oss-dev] [PATCH] libspe2: add spebase.h include to ps.c to eliminate a warning message

Brian Watt bwatt at austin.rr.com
Thu May 31 14:13:48 EST 2007


The following patch corrects another (and my last - woohoo!)
minor problem in the ps.c file by including spebase.h to removed
a compilation warning.

Signed-off-by: Brian Watt <bwatt at austin.rr.com>

===================================================================
Index: libspe2/libspe12/ps.c
===================================================================
--- libspe2/libspe12/ps.c    (revision 45)
+++ libspe2/libspe12/ps.c    (working copy)
@@ -29,6 +29,7 @@
 #include <sys/mman.h>
 
 #include "spe.h"
+#include "spebase.h"
 
 #define __PRINTF(fmt, args...) { fprintf(stderr,fmt , ## args); }
 #ifdef DEBUG





More information about the cbe-oss-dev mailing list