diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2012-01-13 17:14:47 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2012-01-13 17:32:11 +0100 |
commit | c5af120177949c82cbd0611da565fef9c2c829cb (patch) | |
tree | a3cfcda31e3b0b77d3cebf03ee6e1ecb3c957e7e /vmwgfx/vmwgfx_driver.c | |
parent | e6d03aceb1195de0b490f39024f34a33b1a8f6fc (diff) |
Make the driver build pass "make distcheck"
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'vmwgfx/vmwgfx_driver.c')
-rw-r--r-- | vmwgfx/vmwgfx_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmwgfx/vmwgfx_driver.c b/vmwgfx/vmwgfx_driver.c index 9baf01c..c5487e2 100644 --- a/vmwgfx/vmwgfx_driver.c +++ b/vmwgfx/vmwgfx_driver.c @@ -76,7 +76,7 @@ typedef uint16_t uint16; typedef int8_t int8; typedef uint8_t uint8; -#include "./src/svga_reg.h" +#include "../src/svga_reg.h" #define XA_VERSION_MINOR_REQUIRED 0 #define XA_VERSION_MAJOR_REQUIRED 1 |