mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-22 19:31:58 +00:00
Make SDL/SGL include method jive with sdl-config
This commit is contained in:
parent
34a0473a15
commit
9b6a9a59b2
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <signal.h>
|
||||
#include <values.h>
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
#include "SDL.h"
|
||||
|
||||
#include "qtypes.h"
|
||||
#include "quakedef.h"
|
||||
|
|
Loading…
Reference in a new issue