Include OS3 support header
Squash warning about implicit declaration of free() svn path=/trunk/netsurf/; revision=11238
This commit is contained in:
parent
7f62710772
commit
68f8fa1059
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue