mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 18:52:28 +00:00
Fix borked autoconf of dga/vidmode headers.
This commit is contained in:
parent
37fb8d22da
commit
6260130ae5
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,11 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
#endif
|
||||
#ifdef HAVE_VIDMODE
|
||||
# include <X11/extensions/xf86vmode.h>
|
||||
# include <X11/extensions/xf86vmproto.h>
|
||||
# ifdef DGA_OLD_HEADERS
|
||||
# include <X11/extensions/xf86vmstr.h>
|
||||
# else
|
||||
# include <X11/extensions/xf86vmproto.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "QF/sys.h"
|
||||
|
|
Loading…
Reference in a new issue