mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 22:20:09 +01:00
Fix #include paths for fontcacheproto headers.
This commit is contained in:
parent
410e5b1d73
commit
f6ce0839ba
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@
|
|||
#include "inputstr.h"
|
||||
#include "servermd.h"
|
||||
#define _FONTCACHE_SERVER_
|
||||
#include "fontcacheP.h"
|
||||
#include "fontcachstr.h"
|
||||
#include <X11/extensions/fontcacheP.h>
|
||||
#include <X11/extensions/fontcachstr.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
#include "swaprep.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue