diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-09 11:56:50 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-09 11:56:50 +0100 |
commit | 4683cdc30cbe81db56b69dfeb7a1fb32fe6641e2 (patch) | |
tree | c7c791620bcb6849a24b549b4a5c48abec281c10 /src/egg_hatch.c | |
parent | 606fb71392651dac4f5f8773c4117f35de7b087e (diff) | |
parent | 0b91d2948a431a5d44166544897a550061c01a31 (diff) |
Merge branch 'master' into weather
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index a8238253e..ed25a2c68 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -17,7 +17,7 @@ #include "menu.h" #include "trig.h" #include "random.h" -#include "malloc.h" +#include "alloc.h" #include "dma3.h" #include "gpu_regs.h" #include "bg.h" |