diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c index 4d36302ddf..99d9e033fc 100644 --- a/apps/plugins/fft/fft.c +++ b/apps/plugins/fft/fft.c @@ -33,8 +33,13 @@ #include "lib/osd.h" #ifndef HAVE_LCD_COLOR +#if defined(SIMULATOR) +// Use the one in pluginlib/osd +extern GREY_INFO_STRUCT +#else GREY_INFO_STRUCT #endif +#endif #include "lib/pluginlib_actions.h"