mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
kdrive: fix missing include to ddx_priv.h
Fix missing prototype for OsVendorInit() Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
2be080c4e3
commit
84bfff6672
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <kdrive-config.h>
|
||||
#include "kdrive.h"
|
||||
#include "os/osdep.h"
|
||||
#include <errno.h>
|
||||
#include <linux/vt.h>
|
||||
#include <linux/kd.h>
|
||||
@@ -31,6 +30,9 @@
|
||||
#include <X11/keysym.h>
|
||||
#include <linux/apm_bios.h>
|
||||
|
||||
#include "os/osdep.h"
|
||||
#include "os/ddx_priv.h"
|
||||
|
||||
#ifdef KDRIVE_MOUSE
|
||||
extern KdPointerDriver LinuxMouseDriver;
|
||||
extern KdPointerDriver Ps2MouseDriver;
|
||||
|
||||
Reference in New Issue
Block a user