From 2ea60312e1c08dea88982fec68244f89a40912ff Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 23 Jul 2019 22:11:50 +1000 Subject: Include stdlib.h for free() and calloc(). --- auth-options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'auth-options.c') diff --git a/auth-options.c b/auth-options.c index 514221882..ca92f7a73 100644 --- a/auth-options.c +++ b/auth-options.c @@ -21,6 +21,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3