diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-02 23:47:39 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-02 23:47:39 +0000 |
commit | fe2a2213d1db8700f6078379f86ebe8827793c20 (patch) | |
tree | 2e7d5e55243428b74bfdea6de8417b9656767999 /miext/damage | |
parent | 30a4202f3d59a32fd6f93dfd257d93ee21b68ed9 (diff) |
//freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standalone
build when RENDER extension includes are not availabe.
Diffstat (limited to 'miext/damage')
-rwxr-xr-x | miext/damage/damagestr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/miext/damage/damagestr.h b/miext/damage/damagestr.h index d975ee23b..39b50660a 100755 --- a/miext/damage/damagestr.h +++ b/miext/damage/damagestr.h @@ -26,7 +26,9 @@ #define _DAMAGESTR_H_ #include "damage.h" -#include "picturestr.h" +#ifdef RENDER +# include "picturestr.h" +#endif typedef struct _damage { DamagePtr pNext; |