summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-20 12:32:54 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-20 12:32:54 -0400
commitec2f6d418d08884d4d66b42d7ac636355d2c6d7b (patch)
treed542b240821428d6a46b311b99e68df71a312c2a
parentfdbcccc467f39bc281c30fcc1e679afa0fe2dfa1 (diff)
compile cleanly with uccHEADmastercat
-rw-r--r--cat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cat.c b/cat.c
index 15346d8..de397b9 100644
--- a/cat.c
+++ b/cat.c
@@ -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)