diff options
Diffstat (limited to 'hw/sd.c')
| -rw-r--r-- | hw/sd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/sd.c b/hw/sd.c index 25ae9956b6..08e8805e54 100644 --- a/hw/sd.c +++ b/hw/sd.c @@ -29,6 +29,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "hw.h" +#include "block.h" #include "sd.h" //#define DEBUG_SD 1 |