diff options
author | Tim Angus <tim@ngus.net> | 2013-02-16 20:58:04 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 22:12:07 +0000 |
commit | 0d15e50542e1bd791bc1d87744dcca9971e040f6 (patch) | |
tree | 99aa8ede5daccc1234889cc1da034005c7839383 /src/sdl/sdl_gamma.c | |
parent | 1e105cd9071bbf7603f004ad5ed84af491231819 (diff) |
Add renderercommon/tr_common.h
Diffstat (limited to 'src/sdl/sdl_gamma.c')
-rw-r--r-- | src/sdl/sdl_gamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl/sdl_gamma.c b/src/sdl/sdl_gamma.c index c341746a..873fe107 100644 --- a/src/sdl/sdl_gamma.c +++ b/src/sdl/sdl_gamma.c @@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # include <SDL.h> #endif -#include "../renderergl1/tr_local.h" +#include "../renderercommon/tr_common.h" #include "../qcommon/qcommon.h" /* |