diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/pci.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/pci.h b/sysdeps/unix/sysv/linux/sys/pci.h index 03d9b9a768..8c190d644f 100644 --- a/sysdeps/unix/sysv/linux/sys/pci.h +++ b/sysdeps/unix/sysv/linux/sys/pci.h @@ -20,6 +20,6 @@ #define _SYS_PCI_H 1 /* We use the constants from the kernel. */ -#include <asm/pci.h> +#include <linux/pci.h> #endif /* sys/pci.h */ |