mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 03:12:10 +00:00
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
Block a user