Include OS3 support header

Squash warning about implicit declaration of free()

svn path=/trunk/netsurf/; revision=11238
This commit is contained in:
John Mark Bell 2011-01-07 00:14:37 +00:00
parent 7f62710772
commit 68f8fa1059
1 changed files with 3 additions and 0 deletions

View File

@ -20,8 +20,11 @@
* Fetching of data from a file (implementation).
*/
#include "amiga/os3support.h"
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/utility.h>