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 514221882..ca92f7a73 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | #include <netdb.h> | 22 | #include <netdb.h> |
23 | #include <pwd.h> | 23 | #include <pwd.h> |
24 | #include <stdlib.h> | ||
24 | #include <string.h> | 25 | #include <string.h> |
25 | #include <stdio.h> | 26 | #include <stdio.h> |
26 | #include <stdarg.h> | 27 | #include <stdarg.h> |