summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/history_local.h')
-rwxr-xr-xfrontends/amiga/history_local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/amiga/history_local.h b/frontends/amiga/history_local.h
index 452fe1512..f7488211c 100755
--- a/frontends/amiga/history_local.h
+++ b/frontends/amiga/history_local.h
@@ -21,7 +21,8 @@
#include <exec/types.h>
#include <intuition/classusr.h>
-#include "amiga/gui.h"
+
+struct gui_window;
struct history_window {
struct nsObject *node;
@@ -41,5 +42,6 @@ void ami_history_open(struct gui_window *gw);
void ami_history_close(struct history_window *hw);
BOOL ami_history_event(struct history_window *hw);
+
#endif