Fix x11 gamma control.

Seems we lost a header include at one stage.
This commit is contained in:
Bill Currie 2011-08-11 16:08:20 +09:00
parent d3c2afc5d7
commit 290ac30efc
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ static __attribute__ ((used)) const char rcsid[] =
#ifdef HAVE_VIDMODE
# include <X11/extensions/xf86vmode.h>
# ifdef DGA_OLD_HEADERS
# include <X11/extensions/xf86vmstr.h>
# else
# include <X11/extensions/xf86vmproto.h>
# endif
#endif
#include "QF/cmd.h"