$NetBSD$

--- src/menumanager.h.orig	2007-09-14 05:43:03.000000000 +0000
+++ src/menumanager.h
@@ -14,6 +14,7 @@ class VideoOptions;
 class GameOptions;
 
 class MenuSystem;
+#include "ui/menuaction.h"
 
 /**
  * MenuManager forms the facade for interacting with the game's menus.
@@ -66,7 +67,7 @@ class MenuManager
     VideoOptions &getVideoOptions() const { return *videoOptions; };
 };
 
-class QuitAction : public MenuAction
+class QuitAction : public MenuAction 
 {
   Main &main;
 
