From bf1b00712375bea65f2254dea8281fa646eebbd5 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 18 Sep 2010 05:53:14 +0000 Subject: Introduce range.h Extract range functions from pci.h. These will be used by later patches by non-PCI devices. Adjust current users. Signed-off-by: Blue Swirl --- hw/msix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/msix.c') diff --git a/hw/msix.c b/hw/msix.c index d99403a..b3bb92d 100644 --- a/hw/msix.c +++ b/hw/msix.c @@ -14,6 +14,7 @@ #include "hw.h" #include "msix.h" #include "pci.h" +#include "range.h" /* MSI-X capability structure */ #define MSIX_TABLE_OFFSET 4 -- cgit v1.1