xres: Fix build without composite

Regression from: b8d0d19a6d
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Rami Ylimäki <rami.ylimaki@vincit.fi>
Tested-By: Michal Suchanek <hramrach@gmail.com>
This commit is contained in:
Jeremy Huddleston 2012-04-19 16:51:46 -07:00
parent d77eb7ee49
commit 0ba1794fe2
2 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,10 @@
#include <string.h>
#include "hashtable.h"
#include "picturestr.h"
#ifdef COMPOSITE
#include "compint.h"
#endif
/** @brief Holds fragments of responses for ConstructClientIds.
*

View File

@ -251,8 +251,9 @@ cat > sdksyms.c << EOF
#include "exa.h"
*/
#ifdef COMPOSITE
#include "compositeext.h"
#endif
/* xfixes/Makefile.am */
#include "xfixes.h"