mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
Fix a few warnings when on Mac OS X.
Include stdlib.h for calloc, malloc, free and setenv.
This commit is contained in:
parent
0488dc2d30
commit
335dc93526
@ -56,6 +56,7 @@
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user