diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-20 12:32:54 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-20 12:32:54 -0400 |
commit | ec2f6d418d08884d4d66b42d7ac636355d2c6d7b (patch) | |
tree | d542b240821428d6a46b311b99e68df71a312c2a | |
parent | fdbcccc467f39bc281c30fcc1e679afa0fe2dfa1 (diff) |
-rw-r--r-- | cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include <locale.h> #include <stdio.h> #include <string.h> +#include <sys/types.h> #include <unistd.h> static int cat(const char *path) |