diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-01-14 15:03:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 10:03:13 +1100 |
| commit | 6412ddad50c687b007127f67e92382ec54611270 (patch) | |
| tree | b60cf30bf5c15b0c1a8a7259279901bc8de65ea8 /src/code/sys_cmpdma.c | |
| parent | 663834cbc087ab7bbc9b20b48d6f06eaae4d4341 (diff) | |
General Cleanup (#1529)
* Cleanup
* vi define cleanup
* kdebugserver
* osmotor
* Remove sqrtf.c
* Move osFlash out of libultra
* PadUtils_Destroy
* BOOT_ADDRESS_ULTRA
* Fault
* Format
* viconfig.h
* More small cleanups
* gfx cleanup
* Format
* Forgot to save
* variables.h
* dListTable -> dListSides
* Fix header includes
Diffstat (limited to 'src/code/sys_cmpdma.c')
| -rw-r--r-- | src/code/sys_cmpdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/sys_cmpdma.c b/src/code/sys_cmpdma.c index 5f236eb7b..d0c05ad04 100644 --- a/src/code/sys_cmpdma.c +++ b/src/code/sys_cmpdma.c @@ -1,5 +1,6 @@ #include "global.h" #include "libc64/malloc.h" +#include "yaz0.h" #include "yaz0.h" #include "z64dma.h" |
