diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-07-23 22:11:50 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-07-23 22:11:50 +1000 |
commit | 2ea60312e1c08dea88982fec68244f89a40912ff (patch) | |
tree | 75b84f6c6aa2e1a419a6a95367358b43495cd634 /auth-options.c | |
parent | 11cba2a4523fda447e2554ea457484655bedc831 (diff) |
Include stdlib.h for free() and calloc().
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-options.c b/auth-options.c index 51422188..ca92f7a7 100644 --- a/auth-options.c +++ b/auth-options.c @@ -21,6 +21,7 @@ #include <netdb.h> #include <pwd.h> +#include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdarg.h> |