aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.3.0.0/fix-newer-xorg-headers.patch
blob: eb98fb82c78d1b5e70bd693963a9547ea9546398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
 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"