diff options
Diffstat (limited to 'src/code/padmgr.c')
| -rw-r--r-- | src/code/padmgr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/code/padmgr.c b/src/code/padmgr.c index b5f76b721..740f15b29 100644 --- a/src/code/padmgr.c +++ b/src/code/padmgr.c @@ -28,7 +28,9 @@ * `osContStartReadData` to receiving the data. By running this on a separate thread to the game state, work can be * done while waiting for this operation to complete. */ -#include "global.h" +#include "libu64/debug.h" +#include "libu64/padsetup.h" +#include "macros.h" #include "fault.h" #include "terminal.h" #include "line_numbers.h" |
