[Cbe-oss-dev] [PATCH] libspe2: add spebase.h include to ps.c to eliminate a warning message
D. Herrendoerfer
d.herrendoerfer at herrendoerfer.name
Thu May 31 14:51:02 EST 2007
Merged,
thank you very much.
D.Herrendoerfer
On Wed, 2007-05-30 at 23:13 -0500, Brian Watt wrote:
> 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
>
>
> _______________________________________________
> cbe-oss-dev mailing list
> cbe-oss-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/cbe-oss-dev
More information about the cbe-oss-dev
mailing list