Fixed missing includeds

This commit is contained in:
Carsten Larsen 2015-06-13 19:46:03 +02:00
parent 91237e5264
commit 19f758cedb
1 changed files with 6 additions and 6 deletions

View File

@ -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