From bf6d072124a960d3b84ae39cd15c5aeca2e41c88 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 12 Jan 2017 23:16:36 +0000 Subject: Types fix, first pass --- src/pipe-tools/s6-ftrig-wait.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pipe-tools/s6-ftrig-wait.c') diff --git a/src/pipe-tools/s6-ftrig-wait.c b/src/pipe-tools/s6-ftrig-wait.c index 772ce86..40d458e 100644 --- a/src/pipe-tools/s6-ftrig-wait.c +++ b/src/pipe-tools/s6-ftrig-wait.c @@ -1,5 +1,6 @@ /* ISC license. */ +#include #include #include #include @@ -14,7 +15,7 @@ int main (int argc, char const *const *argv) { tain_t deadline, tto ; ftrigr_t a = FTRIGR_ZERO ; - uint16 id ; + uint16_t id ; char pack[2] = " \n" ; PROG = "s6-ftrig-wait" ; { -- cgit v1.3.1