1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

Fix implicit declaration of function 'free' by including stdlib.h

This commit is contained in:
Marc Hoersken
2018-09-02 17:24:45 +02:00
parent a09f518ff7
commit 174698fa5b

View File

@@ -41,6 +41,10 @@
#include "misc.h"
#include "blf.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif