mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02: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…
x
Reference in New Issue
Block a user