widget/menue: one more forgotten sys/types.h include

This commit is contained in:
Stefan Seyfried
2018-01-07 23:24:46 +01:00
committed by Thilo Graf
parent d1392baac9
commit 1318b448a8

View File

@@ -36,6 +36,7 @@
#ifndef __MENU__ #ifndef __MENU__
#define __MENU__ #define __MENU__
#include <sys/types.h> /* uint */
#include <driver/neutrino_msg_t.h> #include <driver/neutrino_msg_t.h>
#include <system/localize.h> #include <system/localize.h>
#include <gui/widget/buttons.h> #include <gui/widget/buttons.h>