summaryrefslogtreecommitdiff
path: root/src/berry_fix_program.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-12-08 21:44:12 -0600
committerGitHub <noreply@github.com>2018-12-08 21:44:12 -0600
commit0b91d2948a431a5d44166544897a550061c01a31 (patch)
tree6e590fbd965b8cd96852ec36474a6841a74dc9b8 /src/berry_fix_program.c
parent88ffb0976571c8782a5e632df79d34b7260882c9 (diff)
parentcceb8ac3314c9ba5a48d0b69bc39c41080335119 (diff)
Merge pull request #429 from nullableVoidPtr/master
Various fixes and cleanups
Diffstat (limited to 'src/berry_fix_program.c')
-rw-r--r--src/berry_fix_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_fix_program.c b/src/berry_fix_program.c
index a90906d05..d87509e10 100644
--- a/src/berry_fix_program.c
+++ b/src/berry_fix_program.c
@@ -1,7 +1,7 @@
#include "global.h"
#include "gpu_regs.h"
#include "multiboot.h"
-#include "malloc.h"
+#include "alloc.h"
#include "bg.h"
#include "graphics.h"
#include "main.h"