commit 01161664556acfb2c360db485f98ba5f29ca6653 parent 42b778257918096174bc4a0bf4b1c23f68f0b875 Author: hhvn <dev@hhvn.uk> Date: Sat, 5 Jun 2021 23:44:57 +0100 handler.c: missing stdarg.h Diffstat:
M | handler.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/handler.c b/handler.c @@ -4,6 +4,7 @@ #include <errno.h> #include <string.h> #include <unistd.h> +#include <stdarg.h> #include <pwd.h> #include <sys/types.h> #include "handler.h"