summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2018-02-14 07:59:57 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2018-02-15 08:05:37 +0100
commit2d769dc01ea16df65d294f094bea5632e0b2a04e (patch)
treef3466a7f8adf4199bde08979587a32ccf8301460
parentc0a2f40d978e77287d0cac95254fb6f26b2449a8 (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>
-rw-r--r--saa/saa_priv.h2
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))