mirror of git://anongit.mindrot.org/openssh.git
need stdlib.h for free(3)
This commit is contained in:
parent
76a398edfb
commit
c978565c85
|
@ -34,6 +34,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
|
|
Loading…
Reference in New Issue