dxx-rebirth/common
Kp 455ab60c4a Switch OGL extension include to <SDL.h>
The new OGL extension code included <SDL/SDL.h>, which works when the
SDL headers are installed in a directory named SDL and that directory is
in a system search directory.  Those conditions usually hold on Linux,
both for /usr/include and /usr/local/include.  However, non-Linux users
sometimes install SDL in other places.  Kreator reports that the OGL
build on OS X failed because his SDL headers were on the search path,
but not in a directory named SDL on the search path.  Switch the
include directive to an unqualified name to match other SDL includes.

Reported-by: kreatordxx <private mail>
Fixes: db267af6f2 ("add basic OpenGL extension handling")
2016-02-11 03:25:52 +00:00
..
2d Simplify gr_scanline 2016-02-10 03:58:05 +00:00
3d Uninline namespace dcx 2015-12-13 18:00:49 +00:00
arch Switch OGL extension include to <SDL.h> 2016-02-11 03:25:52 +00:00
editor Remove sprintf from autosave.cpp 2016-01-09 16:38:16 +00:00
include Simplify gr_scanline 2016-02-10 03:58:05 +00:00
main Remove write-only trigger field time 2016-02-06 22:12:55 +00:00
maths Shrink sincos_table 2016-01-09 16:38:11 +00:00
mem Uninline namespace dcx 2015-12-13 18:00:49 +00:00
misc Fix capitalization of PHYSFS_File 2016-01-09 16:38:14 +00:00
texmap Uninline namespace dcx 2015-12-13 18:00:49 +00:00
ui Remove sprintf from menubar.cpp 2016-01-09 16:38:16 +00:00