From: Tormod Volden Date: Sat, 21 May 2016 21:36:53 +0000 (+0200) Subject: dragon-nx32: Always include local devfd.h in devfd.c and devtty.c X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=26638b7cab1d17766b8d785a35ebf84c6d7dddd7;p=FUZIX.git dragon-nx32: Always include local devfd.h in devfd.c and devtty.c This makes sure also the Build/* makefiles do the right thing. Signed-off-by: Tormod Volden --- diff --git a/Kernel/platform-dragon-nx32/devfd.c b/Kernel/platform-dragon-nx32/devfd.c index c1c5417d..398d2079 100644 --- a/Kernel/platform-dragon-nx32/devfd.c +++ b/Kernel/platform-dragon-nx32/devfd.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include "devfd.h" #define MAX_FD 4 diff --git a/Kernel/platform-dragon-nx32/devtty.c b/Kernel/platform-dragon-nx32/devtty.c index 2fde9fa7..21758bf8 100644 --- a/Kernel/platform-dragon-nx32/devtty.c +++ b/Kernel/platform-dragon-nx32/devtty.c @@ -4,7 +4,7 @@ #include #include #include -#include +#include "devfd.h" #include #include #include