summaryrefslogtreecommitdiff
path: root/beos/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-03 19:56:22 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-03 19:56:22 +0100
commitb9e71cee63ec147016faf57773abadcde6924a6f (patch)
tree30bcc64004a3a03a9658b3232ea2fa0e533ac483 /beos/window.h
parent246ab6d9ff7504cdc7bf88efe1d4aca987b5c095 (diff)
downloadnetsurf-b9e71cee63ec147016faf57773abadcde6924a6f.tar.gz
netsurf-b9e71cee63ec147016faf57773abadcde6924a6f.tar.bz2
fix erroneously removed includes in beos window header
Diffstat (limited to 'beos/window.h')
-rw-r--r--beos/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/beos/window.h b/beos/window.h
index e00b37926..928acca22 100644
--- a/beos/window.h
+++ b/beos/window.h
@@ -19,6 +19,10 @@
#ifndef NETSURF_BEOS_WINDOW_H
#define NETSURF_BEOS_WINDOW_H 1
+#include <View.h>
+#include <Window.h>
+#include <NetPositive.h>
+
extern struct gui_window_table *beos_window_table;
extern struct gui_clipboard_table *beos_clipboard_table;