mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Xext: xf86bigfont: fix missing includes
It seems xf86bigfont hasn't been compile-tested for long time, some includes were missing. Note that fontstruct.h needs to come before libxfont2.h, because X11 headers tend to be not self-consistent :( Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include <X11/extensions/xf86bigfproto.h>
|
||||
#include <X11/fonts/fontstruct.h>
|
||||
#include <X11/fonts/libxfont2.h>
|
||||
|
||||
#include "miext/extinit_priv.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user