diff options
author | Jesse Talavera-Greenberg <jesse@jesse.tg> | 2023-06-30 08:28:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 14:28:53 +0200 |
commit | 3c6359837ddd078fcfba9824f88b10b471d22a9b (patch) | |
tree | 233785ee5fb0d15cab3685badc4fb984cc340379 | |
parent | b659bce3c16519e15de6bacb588278691ac20ac8 (diff) |
Forgot an #include (#1712)
-rw-r--r-- | src/NDS_Header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDS_Header.h b/src/NDS_Header.h index 5af8062..4496b95 100644 --- a/src/NDS_Header.h +++ b/src/NDS_Header.h @@ -19,6 +19,7 @@ #ifndef NDS_HEADER_H
#define NDS_HEADER_H
+#include <string.h>
#include "types.h"
// Consult GBATEK for info on what these are
|