diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2018-02-14 07:59:57 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2018-02-15 08:05:37 +0100 |
commit | 2d769dc01ea16df65d294f094bea5632e0b2a04e (patch) | |
tree | f3466a7f8adf4199bde08979587a32ccf8301460 /saa | |
parent | c0a2f40d978e77287d0cac95254fb6f26b2449a8 (diff) |
saa: Fix an include path
Fix compilation failure on CentOS 6.5 due to an incorrect include path.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Deepak Rawat <drawat@vmware.com>
Diffstat (limited to 'saa')
-rw-r--r-- | saa/saa_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saa/saa_priv.h b/saa/saa_priv.h index 9065fbe..08e7902 100644 --- a/saa/saa_priv.h +++ b/saa/saa_priv.h @@ -59,7 +59,7 @@ #include "glyphstr.h" #endif #include "damage.h" -#include "common_compat.h" +#include "../src/common_compat.h" #define SAA_INVALID_ADDRESS \ ((void *) ((unsigned long) 0xFFFFFFFF - 1024*1024)) |