- Include hypertransport.h in hypertransport.c

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2003-09-04 03:00:54 +00:00
parent 6638755a23
commit ff0e8465e8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <device/device.h> #include <device/device.h>
#include <device/path.h> #include <device/path.h>
#include <device/pci.h> #include <device/pci.h>
#include <device/hypertransport.h>
#include <part/hard_reset.h> #include <part/hard_reset.h>
#include <part/fallback_boot.h> #include <part/fallback_boot.h>