commit fc60e68a53c20270ac11a9f70be701eefb71ae19 parent 8687ecf047ce644a17933cc4edf716bfb702ee83 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 11 May 2018 20:24:04 +0200 tscrape_plain: include sys/types.h Diffstat:
| M | tscrape_plain.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tscrape_plain.c b/tscrape_plain.c @@ -1,3 +1,5 @@ +#include <sys/types.h> + #include <ctype.h> #include <err.h> #include <locale.h>