statusbar: explicitly #include <button.h>

This header relies on stuff that might get defined in button.h, and
was reliant upon being implicitly included.

The last thing we want is a struct to change layout underneath us!

Change-Id: If96451bc5e2219031a592ab82c56045188dbe645
This commit is contained in:
Solomon Peachy 2020-07-16 21:51:26 -04:00
parent e884140eae
commit 805f531632

View file

@ -23,6 +23,7 @@
#define _GUI_STATUSBAR_H_
#include "config.h"
#include "button.h"
#include "status.h"
#include "screen_access.h"
#include "events.h"