mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-04-14 11:04:56 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user