mirror of
https://frontier.innolan.net/rainlance/amiga-sha.git
synced 2024-09-18 13:25:11 +00:00
Fixed missing includeds
This commit is contained in:
12
platform.h
12
platform.h
@ -32,13 +32,13 @@
|
||||
#include <string.h>
|
||||
#include "compiler.h"
|
||||
/***************************************************************/
|
||||
#include <exec/io.h>
|
||||
#include <exec/types.h>
|
||||
#include <exec/memory.h>
|
||||
#include <clib/exec_protos.h>
|
||||
#include <clib/utility_protos.h>
|
||||
#include <clib/dos_protos.h>
|
||||
#if defined(AOS3) || defined(AOS4)
|
||||
# include <exec/io.h>
|
||||
# include <exec/types.h>
|
||||
# include <exec/memory.h>
|
||||
# include <clib/exec_protos.h>
|
||||
# include <clib/utility_protos.h>
|
||||
# include <clib/dos_protos.h>
|
||||
# define ARGPTR STRPTR
|
||||
# define ARGS_FORMAT ARGSFORMAT
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user