blob: 7aa487a141eaa41fb636d0a35386730960a131ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Upstream-Status: Pending
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
render/glyphstr.h | 1 +
1 file changed, 1 insertion(+)
--- xorg-server-1.3.0.0.orig/render/glyphstr.h
+++ xorg-server-1.3.0.0/render/glyphstr.h
@@ -23,10 +23,11 @@
*/
#ifndef _GLYPHSTR_H_
#define _GLYPHSTR_H_
+#include <X11/X.h>
#include <X11/extensions/renderproto.h>
#include "picture.h"
#include "screenint.h"
#include "regionstr.h"
#include "miscstruct.h"
|