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

Origin commit data
------------------
Commit: 8ffa2adc5c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
This commit is contained in:
Stefan Seyfried
2018-01-15 19:54:51 +01:00
committed by vanhofen
parent 12f62ba7d6
commit 11826623b7

View File

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