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

agent: Add missing config.h include.

This commit is contained in:
Andreas Schneider
2011-09-10 11:55:29 +02:00
parent bf72440eff
commit b3d62ecba8

View File

@@ -36,6 +36,8 @@
#ifndef _WIN32 #ifndef _WIN32
#include "config.h"
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>