From 00509daebbf1359e934456393b6918d37fac9695 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 15 Jan 2018 19:54:51 +0100 Subject: [PATCH] widget/menue: one more forgotten sys/types.h include Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8ffa2adc5c1cb746533febf772fd0e364818fd4c Author: Stefan Seyfried Date: 2018-01-15 (Mon, 15 Jan 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/menue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/widget/menue.h b/src/gui/widget/menue.h index 8e0c46d92..a6f31fedb 100644 --- a/src/gui/widget/menue.h +++ b/src/gui/widget/menue.h @@ -36,6 +36,7 @@ #ifndef __MENU__ #define __MENU__ +#include /* uint */ #include #include #include