mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xf86: include xf86platformBus.h in xf86AutoConfig.c
This fixes an implicit declaration, xf86AutoConfig.c:202:5: error: implicit declaration of function 'xf86PlatformMatchDriver' [-Werror=implicit-function-declaration] xf86AutoConfig.c:202:5: warning: nested extern declaration of 'xf86PlatformMatchDriver' [-Wnested-externs] Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
committed by
Keith Packard
parent
afa3b9ccd2
commit
d5977e5bd2
@@ -39,6 +39,7 @@
|
||||
#include "xf86Config.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "xf86_OSlib.h"
|
||||
#include "xf86platformBus.h"
|
||||
#include "xf86pciBus.h"
|
||||
#ifdef __sparc__
|
||||
#include "xf86sbusBus.h"
|
||||
|
||||
Reference in New Issue
Block a user