os: fix missing include of Xext/xf86bigfontsrv.h
We're calling XF86BigfontCleanup() from AbortServer(), so we need it's prototype. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
15af8318f5
commit
301a5bde1b
|
@ -105,8 +105,8 @@ OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "os/log_priv.h"
|
||||
#include "os/osdep.h"
|
||||
#include "os/serverlock.h"
|
||||
#include "Xext/xf86bigfontsrv.h" /* XF86BigfontCleanup() */
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
#include "dixstruct.h"
|
||||
#include "picture.h"
|
||||
#include "miinitext.h"
|
||||
|
|
Loading…
Reference in New Issue