Make SDL/SGL include method jive with sdl-config

This commit is contained in:
Dan Olson 2000-10-04 23:34:56 +00:00
parent 34a0473a15
commit 9b6a9a59b2
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
#include "config.h"
#endif
#include <SDL/SDL.h>
#include "SDL.h"
#include "bothdefs.h" // needed by: common.h, net.h, client.

View file

@ -36,7 +36,7 @@
#include <signal.h>
#include <values.h>
#include <SDL/SDL.h>
#include "SDL.h"
#include "qtypes.h"
#include "quakedef.h"