diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-28 13:58:44 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-28 13:58:44 +1300 |
commit | d30057c838b664b0a1a08406f02fdd0f6548ef80 (patch) | |
tree | a63b941dd81b16c48cd85c59983eac2f60aa419a /cat.h | |
parent | Ignore built files (diff) | |
download | cat-d30057c838b664b0a1a08406f02fdd0f6548ef80.tar.gz cat-d30057c838b664b0a1a08406f02fdd0f6548ef80.zip |
Correct some pedantic errors
Diffstat (limited to 'cat.h')
-rw-r--r-- | cat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |