From 1e71e5dcc6f979ce2f06d59e3c05660fa97e69f3 Mon Sep 17 00:00:00 2001 From: Tushar Pankaj Date: Thu, 1 Nov 2018 16:28:09 -0500 Subject: Fix missing include in daemonize Signed-off-by: Tushar Pankaj --- daemonize.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemonize.c b/daemonize.c index 68ceb07..4f480e5 100644 --- a/daemonize.c +++ b/daemonize.c @@ -3,6 +3,7 @@ * Copyright (C) 2018 Wireguard LLC */ +#include #include #include #include -- cgit v1.2.3-59-g8ed1b