Including SDL headers

The default install for 1.0 puts SDL headers in a subdirectory called “SDL”.

So, when you include them, instead of:
#include <SDL.h>
You should use:
#include <SDL/SDL.h>

See ya!
-Sam Lantinga (slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec