mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-04-14 11:04:56 +00:00
vmwlegacy: Add a missing include
The test for Xserver >= 1.2 in the affected file was always failing. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Michel Dänzer <daenzer@vmware.com>
This commit is contained in:
@@ -35,7 +35,13 @@
|
||||
* supported modelines are manually added in the driver.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "xf86.h"
|
||||
#ifdef HAVE_XORG_SERVER_1_2_0
|
||||
#include <xf86Modes.h>
|
||||
#endif
|
||||
|
||||
#ifndef M_T_DRIVER
|
||||
# define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */
|
||||
|
||||
Reference in New Issue
Block a user