Added missing includes

This commit is contained in:
llsth 2015-03-17 17:25:44 +01:00
parent af8756d4c8
commit 87d46ab8a2
1 changed files with 2 additions and 0 deletions

2
mem.c
View File

@ -25,8 +25,10 @@
*/
#include <stddef.h>
#include <exec/io.h>
#include <exec/types.h>
#include <exec/memory.h>
#include <exec/semaphores.h>
#include <clib/exec_protos.h>
#include "ntimed.h"