Fix missing includes.

This commit is contained in:
John-Mark Bell 2012-11-03 23:30:41 +00:00
parent f824ab8af4
commit 1e943b77ae

View File

@ -41,6 +41,8 @@
#include <proto/asl.h>
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/icon.h>
#include <workbench/icon.h>
static struct Hook aslhookfunc;