URI:
       tscrape_plain: include sys/types.h - tscrape - twitter scraper
  HTML git clone git://git.codemadness.org/tscrape
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit fc60e68a53c20270ac11a9f70be701eefb71ae19
   DIR parent 8687ecf047ce644a17933cc4edf716bfb702ee83
  HTML 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(-)
       ---
   DIR 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>