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:
Thomas Hellstrom
2011-02-16 18:47:02 +01:00
parent b3c244ebd7
commit 2e5001b7e9

View File

@@ -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) */