Fix borked autoconf of dga/vidmode headers.

This commit is contained in:
Bill Currie 2010-11-16 00:45:48 +09:00
parent 37fb8d22da
commit 6260130ae5
1 changed files with 5 additions and 1 deletions

View File

@ -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"