summaryrefslogtreecommitdiff
path: root/amiga/history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:55:01 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commit0b64df140c87c81d5046c0a97b5a655ca7af170b (patch)
tree3e0e1d5038e2b8d27f859d22c1c3f2205363d2c7 /amiga/history.c
parent3b4dea6241a09f745f7c4c54c302e6b4a0052680 (diff)
downloadnetsurf-0b64df140c87c81d5046c0a97b5a655ca7af170b.tar.gz
netsurf-0b64df140c87c81d5046c0a97b5a655ca7af170b.tar.bz2
Update amiga frontend for split operation table header changes
Diffstat (limited to 'amiga/history.c')
-rwxr-xr-xamiga/history.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/amiga/history.c b/amiga/history.c
index 663c2d910..63e011bc4 100755
--- a/amiga/history.c
+++ b/amiga/history.c
@@ -16,9 +16,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdbool.h>
+#include <proto/exec.h>
+
+#include "desktop/mouse.h"
+#include "desktop/gui_window.h"
+
#include "amiga/history.h"
#include "amiga/tree.h"
-#include <proto/exec.h>
#include "amiga/tree.h"
void ami_global_history_initialise(void)