[SDL] A problem about SDL

Sam Lantinga slouken at devolution.com
Mon Jun 25 08:03:32 PDT 2007


> try

> #include <SDL/SDL.h>

> instead of

> #include "SDL/SDL.h"

The most portable way is:
#include "SDL.h"

and then use sdl-config on Unix to set up the correct include path.

See ya,
	-Sam Lantinga, Lead Software Engineer, Blizzard Entertainment


More information about the SDL mailing list