mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
fixup! fixup! Fix build errors when building without SDL
This commit is contained in:
parent
d42d1e9a45
commit
4bc7b2da11
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
#include "m_anigif.h"
|
||||
#include "md5.h"
|
||||
#include "m_perfstats.h"
|
||||
#include "hardware/u_list.h" // TODO: this should be a standard utility class
|
||||
#include "u_list.h"
|
||||
|
||||
#ifdef NETGAME_DEVMODE
|
||||
#define CV_RESTRICT CV_NETVAR
|
||||
|
|
Loading…
Reference in a new issue