1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

string: Added missing include.

This commit is contained in:
Andreas Schneider
2011-06-06 18:56:15 +02:00
parent d536cc4f39
commit 3fa801a929

View File

@@ -21,6 +21,7 @@
* MA 02111-1307, USA. * MA 02111-1307, USA.
*/ */
#include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>