diff options
Diffstat (limited to 'Xext/xres.c')
-rw-r--r-- | Xext/xres.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Xext/xres.c b/Xext/xres.c index ecef0c032..dbefeebdb 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -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. * |