From 431dd32cf12bd84756006fd8fbd3e217343a7e8f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe <june@causal.agency> Date: Mon, 20 Aug 2018 16:29:31 -0400 Subject: Fix missing stdint.h include --- handle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/handle.c b/handle.c index 89d101a..0036100 100644 --- a/handle.c +++ b/handle.c @@ -17,6 +17,7 @@ #include <ctype.h> #include <err.h> #include <stdarg.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -- cgit 1.4.1