From 0137b9fed4b75376e108e6182a99f1cce6767747 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 6 Nov 2011 19:54:55 +0000 Subject: we do not use anything from inttypes.h, so replace it with stdint.h --- kernel/remix16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/remix16.c') diff --git a/kernel/remix16.c b/kernel/remix16.c index 22315a9..0bc5552 100644 --- a/kernel/remix16.c +++ b/kernel/remix16.c @@ -15,7 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include #include #include "kernel.h" #include "tasks.h" -- cgit v1.2.3