diff --git a/Makefile b/Makefile index 41e64120..3fdb4045 100644 --- a/Makefile +++ b/Makefile @@ -148,9 +148,7 @@ ifeq ($(ENABLE_MESSENGER),1) endif -ifeq ($(ENABLE_MDC1200),1) - OBJS += ui/messenger.o -endif + ifeq ($(ENABLE_OVERLAY),1) OBJS += sram-overlay.o diff --git a/app/app.c b/app/app.c index c0a6ad46..84d981fc 100644 --- a/app/app.c +++ b/app/app.c @@ -88,6 +88,7 @@ #include "ui/menu.h" #include "ui/status.h" #include "ui/ui.h" +#include "messenger.h" #ifdef ENABLE_MESSENGER_NOTIFICATION bool gPlayMSGRing = false;