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:
Enrico Weigelt, metux IT consult
2025-09-26 16:26:17 +02:00
parent f333cac5c2
commit 1439fc7aa1

View File

@@ -25,6 +25,8 @@
#ifndef _GLYPHSTR_H_
#define _GLYPHSTR_H_
#include <X11/extensions/renderproto.h>
#include "picture.h"
#include "screenint.h"