diff options
Diffstat (limited to 'src/include/device/pci.h')
-rw-r--r-- | src/include/device/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/pci.h b/src/include/device/pci.h index f729c2726c..5594d293bd 100644 --- a/src/include/device/pci.h +++ b/src/include/device/pci.h @@ -19,7 +19,7 @@ #include <stdint.h> #include <stddef.h> -#include <arch/rules.h> +#include <rules.h> #include <arch/io.h> #include <device/pci_def.h> #include <device/resource.h> |