diff options
Diffstat (limited to 'hw/i82801b11.c')
-rw-r--r-- | hw/i82801b11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i82801b11.c b/hw/i82801b11.c index 3d1f996b2f..3dc10000a4 100644 --- a/hw/i82801b11.c +++ b/hw/i82801b11.c @@ -41,7 +41,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/> */ -#include "pci.h" +#include "pci/pci.h" #include "ich9.h" |