mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00: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:
@@ -32,6 +32,8 @@
|
||||
#include "Pci.h"
|
||||
#ifdef _X86EMU
|
||||
#include "x86emu/x86emui.h"
|
||||
#else
|
||||
#define DEBUG_IO_TRACE() 0
|
||||
#endif
|
||||
#include <pciaccess.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user