mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
render: fix missing include in glyphstr.h
Need to include renderproto.h Closes: https://github.com/X11Libre/xserver/issues/700 Reported-By: Kevin Kofler <kevin@tigcc.ticalc.org> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#ifndef _GLYPHSTR_H_
|
||||
#define _GLYPHSTR_H_
|
||||
|
||||
#include <X11/extensions/renderproto.h>
|
||||
|
||||
#include "picture.h"
|
||||
#include "screenint.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user