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:
parent
e884140eae
commit
805f531632
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#define _GUI_STATUSBAR_H_
|
||||
|
||||
#include "config.h"
|
||||
#include "button.h"
|
||||
#include "status.h"
|
||||
#include "screen_access.h"
|
||||
#include "events.h"
|
||||
|
|
Loading…
Reference in a new issue