mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 08:20:14 +01:00
Warning fix
helper_exec.c: In function ‘port_rep_inb’: helper_exec.c:219: warning: implicit declaration of function ‘DEBUG_IO_TRACE’ helper_exec.c:219: warning: nested extern declaration of ‘DEBUG_IO_TRACE’
This commit is contained in:
parent
d96bffce2d
commit
37072500f7
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#include "Pci.h"
|
||||
#ifdef _X86EMU
|
||||
#include "x86emu/x86emui.h"
|
||||
#else
|
||||
#define DEBUG_IO_TRACE() 0
|
||||
#endif
|
||||
#include <pciaccess.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue