diff options
Diffstat (limited to 'install.c')
| -rw-r--r-- | install.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,9 +1,11 @@ | |||
| 1 | #include <sys/stat.h> | ||
| 2 | #include <unistd.h> | ||
| 1 | #include "substdio.h" | 3 | #include "substdio.h" |
| 2 | #include "strerr.h" | 4 | #include "strerr.h" |
| 3 | #include "error.h" | 5 | #include "error.h" |
| 4 | #include "open.h" | 6 | #include "open.h" |
| 5 | #include "readwrite.h" | ||
| 6 | #include "exit.h" | 7 | #include "exit.h" |
| 8 | #include "fifo.h" | ||
| 7 | 9 | ||
| 8 | extern void hier(); | 10 | extern void hier(); |
| 9 | 11 | ||
