aboutsummaryrefslogtreecommitdiff
path: root/cat.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-28 13:58:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-28 13:58:44 +1300
commitd30057c838b664b0a1a08406f02fdd0f6548ef80 (patch)
treea63b941dd81b16c48cd85c59983eac2f60aa419a /cat.h
parentIgnore built files (diff)
downloadcat-d30057c838b664b0a1a08406f02fdd0f6548ef80.tar.gz
cat-d30057c838b664b0a1a08406f02fdd0f6548ef80.zip
Correct some pedantic errors
Diffstat (limited to 'cat.h')
-rw-r--r--cat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cat.h b/cat.h
index c8db240..2a2e494 100644
--- a/cat.h
+++ b/cat.h
@@ -7,6 +7,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>