[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-287-ge5d7bf2
Tuxbox Sources
Brought to you by:
dbt1
|
From: Thilo G. <tux...@ne...> - 2013-11-29 07:15:30
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via e5d7bf233791791d64b7dd0a5cbb7c60e7298ec7 (commit)
from eab429d4a91136d658e1e7dbc02c843644078f71 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e5d7bf233791791d64b7dd0a5cbb7c60e7298ec7
Author: GetAway <get...@t-...>
Date: Mon Nov 18 19:58:05 2013 +0100
sudoku: add missing include for newer gcc
Signed-off-by: Thilo Graf <db...@no...>
diff --git a/tuxbox/plugins/fx2/sudoku/menu.cpp b/tuxbox/plugins/fx2/sudoku/menu.cpp
index 461d976..1412cd0 100644
--- a/tuxbox/plugins/fx2/sudoku/menu.cpp
+++ b/tuxbox/plugins/fx2/sudoku/menu.cpp
@@ -21,6 +21,7 @@
#include "menu.h"
+#include <cstdio>
#include <stdarg.h>
//#define TEST
-----------------------------------------------------------------------
Summary of changes:
tuxbox/plugins/fx2/sudoku/menu.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
Tuxbox-GIT: apps
|