diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-01-06 05:47:40 +0000 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:04:57 -0500 |
| commit | 1f69d643fc5b9cc82fa5734432dcb191029e93e7 (patch) | |
| tree | 034c37c95180ad34edc4c3377b660786e12b696d /mm/src/boot/O2 | |
| parent | 13a369e871000269e5e4974751e69121f98072e9 (diff) | |
Changes to build on mac (#4)
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 b56c01a24..197f23efb 100644 --- a/mm/src/boot/O2/padutils.c +++ b/mm/src/boot/O2/padutils.c @@ -1,4 +1,5 @@ #include "padutils.h" +#include <strings.h> #include <ultratypes.h> void PadUtils_Init(Input* input) { |
