diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-03 21:59:57 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-07 08:46:55 -0600 |
commit | 105e1721d665d8386afd47882020c51d6d97c522 (patch) | |
tree | c8069eb2186b2099d345676b91728a88200ed53b /src/field_message_box.c | |
parent | 00814740183a670a2b122d9b3d708b97c5d2df4e (diff) |
Overhaul scaninc to work recursively
This also fixes the bug where scaninc would ignore #include lines
in assembly files.
Diffstat (limited to 'src/field_message_box.c')
-rwxr-xr-x | src/field_message_box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_message_box.c b/src/field_message_box.c index ac5e7a4bb..ca1c05e22 100755 --- a/src/field_message_box.c +++ b/src/field_message_box.c @@ -1,6 +1,6 @@ +#include <string.h> #include "global.h" #include "menu.h" -#include "string.h" #include "string_util.h" #include "task.h" #include "text.h" |