summaryrefslogtreecommitdiff
path: root/amiga/history.c
diff options
context:
space:
mode:
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)