mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Include stdlib.h for declaration of free.
Fixes build with -Werror on at least Fedora and probably others.
This commit is contained in:
parent
fccfa239de
commit
1c688801e9
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef HAVE_FREEZERO
|
#ifndef HAVE_FREEZERO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user