diff options
author | Jeremy White <jwhite@codeweavers.com> | 2013-03-21 08:59:06 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2013-03-24 10:37:41 -0700 |
commit | 49ee1c26ea982e302169c949ebd0abb9d8ef362c (patch) | |
tree | 61f2fa3c87200f393dda191503884a751efefc92 | |
parent | fc78fe98222b0204b8a2872a529763d6fe5048da (diff) |
Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c.
Signed-off-by: Jeremy White <jwhite@codeweavers.com>
Reviewed-by: Robert Morell <rmorell@nvidia.com>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r-- | src/nv_include.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_include.h b/src/nv_include.h index f174eef..72c74d5 100644 --- a/src/nv_include.h +++ b/src/nv_include.h @@ -27,6 +27,7 @@ #include "micmap.h" #include "xf86DDC.h" +#include "xf86Modes.h" #include "vbe.h" |