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:
parent
d77eb7ee49
commit
0ba1794fe2
|
@ -29,7 +29,10 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "hashtable.h"
|
#include "hashtable.h"
|
||||||
#include "picturestr.h"
|
#include "picturestr.h"
|
||||||
|
|
||||||
|
#ifdef COMPOSITE
|
||||||
#include "compint.h"
|
#include "compint.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/** @brief Holds fragments of responses for ConstructClientIds.
|
/** @brief Holds fragments of responses for ConstructClientIds.
|
||||||
*
|
*
|
||||||
|
|
|
@ -251,8 +251,9 @@ cat > sdksyms.c << EOF
|
||||||
#include "exa.h"
|
#include "exa.h"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef COMPOSITE
|
||||||
#include "compositeext.h"
|
#include "compositeext.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* xfixes/Makefile.am */
|
/* xfixes/Makefile.am */
|
||||||
#include "xfixes.h"
|
#include "xfixes.h"
|
||||||
|
|
Loading…
Reference in New Issue