aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-03-28 10:08:46 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-03-28 10:11:45 +0200
commit1247ba3398ed588ffbf4182cea8581222b7bf8b4 (patch)
tree3c55bb2e1cf121c4f608c161e81e539ca07a9fdb
parentbe22c0d442a1c5c016e2ebb99075b61614b5b447 (diff)
downloadlibssh-1247ba3398ed588ffbf4182cea8581222b7bf8b4.tar.gz
libssh-1247ba3398ed588ffbf4182cea8581222b7bf8b4.tar.xz
libssh-1247ba3398ed588ffbf4182cea8581222b7bf8b4.zip
channels1: Add missing config.h include
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--src/channels1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channels1.c b/src/channels1.c
index 2d357222..9d63f2bf 100644
--- a/src/channels1.c
+++ b/src/channels1.c
@@ -22,6 +22,8 @@
* MA 02111-1307, USA.
*/
+#include "config.h"
+
#include <string.h>
#include <stdlib.h>
#include <stdio.h>