mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
05f58c4825
- Improve the port. PR: ports/116500 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
12 lines
231 B
C++
12 lines
231 B
C++
--- src/menumanager.h.orig Thu Sep 20 22:01:32 2007
|
|
+++ src/menumanager.h Thu Sep 20 21:58:13 2007
|
|
@@ -7,6 +7,8 @@
|
|
#ifndef MENUMANAGER_H
|
|
#define MENUMANAGER_H
|
|
|
|
+#include "ui/menuaction.h"
|
|
+
|
|
class Main;
|
|
|
|
class ControlOptions;
|