diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-01-10 02:49:12 +0000 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:04:57 -0500 |
| commit | c903b31fa696bf2426bee91690fa3ed054e31a1e (patch) | |
| tree | 7eeda4f3bf5767c3bbb914f9c1422c7fc6957b97 /mm/src/boot/O2 | |
| parent | 982b52653a4eb1f8818427bfb63fa791c9cee707 (diff) | |
Adjustments to changes made for mac (#11)
Diffstat (limited to 'mm/src/boot/O2')
| -rw-r--r-- | mm/src/boot/O2/padutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/src/boot/O2/padutils.c b/mm/src/boot/O2/padutils.c index f8bf98cbe..b1c9a5202 100644 --- a/mm/src/boot/O2/padutils.c +++ b/mm/src/boot/O2/padutils.c @@ -1,5 +1,6 @@ #include "padutils.h" #include <ultratypes.h> +#include <string.h> void PadUtils_Init(Input* input) { memset(input, 0, sizeof(Input)); |
