--- lib/readln.c +++ lib/readln.c @@ -9,6 +9,7 @@ * Get a single line from an fd. */ +#include #include #include #include --- lib/cmdopen.c +++ lib/cmdopen.c @@ -6,6 +6,7 @@ */ #include +#include #include #include