From 692760720b197b46e8e4268bede8cad6f90399aa Mon Sep 17 00:00:00 2001 From: Manuel Mausz Date: Tue, 11 Jun 2019 15:28:27 +0200 Subject: Fix compile warnings... --- install.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.c') diff --git a/install.c b/install.c index 95034f2..244072f 100644 --- a/install.c +++ b/install.c @@ -1,9 +1,11 @@ +#include +#include #include "substdio.h" #include "strerr.h" #include "error.h" #include "open.h" -#include "readwrite.h" #include "exit.h" +#include "fifo.h" extern void hier(); -- cgit v1.2.3