diff options
author | Keith Packard <keithp@keithp.com> | 2010-12-06 19:51:06 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-12-06 19:51:06 -0800 |
commit | f5b8bd620f91214c0b87e9b04d57015655792352 (patch) | |
tree | 25a8ad5fbc4d4451a0e34025b656e23e16fdd8db /hw/xfree86/loader | |
parent | 01e9fa7da389fc7ab834b4234b8484514144b7f4 (diff) | |
parent | 8127c83c81bf64369a8ba2999088226d14e0b128 (diff) |
Merge remote branch 'jajones/for-keith'
Diffstat (limited to 'hw/xfree86/loader')
-rwxr-xr-x | hw/xfree86/loader/sdksyms.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/loader/sdksyms.sh b/hw/xfree86/loader/sdksyms.sh index 4b3ed8694..4ac3c818c 100755 --- a/hw/xfree86/loader/sdksyms.sh +++ b/hw/xfree86/loader/sdksyms.sh @@ -41,6 +41,9 @@ cat > sdksyms.c << EOF #include "damage.h" #include "damagestr.h" +/* miext/sync/Makefile.am */ +#include "misync.h" +#include "misyncstr.h" /* Xext/Makefile.am -- half is module, half is builtin */ /* @@ -50,6 +53,7 @@ cat > sdksyms.c << EOF #include "geext.h" #include "geint.h" #include "shmint.h" +#include "syncsdk.h" #if XINERAMA # include "panoramiXsrv.h" # include "panoramiX.h" |