SDL programs tests given with the developement libs

I’m experimenting the SDL programs tests given with the developement
objects.
I’m using MacOS with CodeWarior5
Program “testbitmap.c”, line 9:
#include "picture.xbm"
does not work.
I solved the problem by changing the line and the file with extention
#include “picture.h”
(file renamed “picture.h”)

Does anyone has found a way to be really compatible, I mean without
having to change the program code.
I have tried to change “File mapping” project’s configuration, but
sucessless.

Thanks!!
Luc-Olivier de Charri?re

I’m experimenting the SDL programs tests given with the developement
objects.
I’m using MacOS with CodeWarior5
Program “testbitmap.c”, line 9:
#include "picture.xbm"
does not work.
I solved the problem by changing the line and the file with extention
#include “picture.h”
(file renamed “picture.h”)

Changing the MacOS file type of picture.xbm to TEXT also works.