Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
meeq authored and rasky committed Jan 31, 2025
1 parent b224e3e commit 4f10f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dd/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "debug.h"
#include "interrupt.h"
#include "dma.h"
#include "n64sys.h"
#include "rtc_utils.h"

#define DD_ASIC_STATUS_MECHA_IRQ_LINE (1<<9)
Expand Down

0 comments on commit 4f10f15

Please sign in to comment.