Skip to content

Commit 9e9f303

Browse files
Missing include
1 parent c7cec91 commit 9e9f303

File tree

1 file changed

+1
-0
lines changed
  • src/mips/common/hardware

1 file changed

+1
-0
lines changed

src/mips/common/hardware/sio.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ SOFTWARE.
2727
#pragma once
2828

2929
#include <stdint.h>
30+
#include "common/hardware/irq.h"
3031

3132
struct SIOPort {
3233
uint8_t fifo;

0 commit comments

Comments
 (0)