opkg_manager: use CTermWindow()

This commit is contained in:
Stefan Seyfried
2018-01-07 23:58:59 +01:00
committed by Thilo Graf
parent a73b765df1
commit 25f089db7c
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,9 @@
#endif
#include <gui/opkg_manager.h>
#include <gui/widget/termwindow.h>
/* hack, so we don't have to change all code below */
#define CShellWindow CTermWindow
#include <global.h>
#include <neutrino.h>