//freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standalone

build when RENDER extension includes are not availabe.
This commit is contained in:
Roland Mainz 2004-12-02 23:47:39 +00:00
parent 30a4202f3d
commit fe2a2213d1

View File

@ -26,7 +26,9 @@
#define _DAMAGESTR_H_
#include "damage.h"
#include "picturestr.h"
#ifdef RENDER
# include "picturestr.h"
#endif
typedef struct _damage {
DamagePtr pNext;