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>
This commit is contained in:
Thomas Hellstrom
2018-02-14 07:59:57 +01:00
parent c0a2f40d97
commit 2d769dc01e

View File

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