mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 20:00:06 +01:00
//freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standalone
build when RENDER extension includes are not availabe.
This commit is contained in:
parent
30a4202f3d
commit
fe2a2213d1
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@
|
|||
#define _DAMAGESTR_H_
|
||||
|
||||
#include "damage.h"
|
||||
#include "picturestr.h"
|
||||
#ifdef RENDER
|
||||
# include "picturestr.h"
|
||||
#endif
|
||||
|
||||
typedef struct _damage {
|
||||
DamagePtr pNext;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue