aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-01-10 21:59:17 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-01-10 22:24:11 +0100
commite19163eabb035ccc4c4c6578dd6fc896c39f23a2 (patch)
treec950722736f889d3dc8caa676da3add662be5373 /src
parent37acd3eca80af880f014f28725df8d619f8b1906 (diff)
downloadlibssh-e19163eabb035ccc4c4c6578dd6fc896c39f23a2.tar.gz
libssh-e19163eabb035ccc4c4c6578dd6fc896c39f23a2.tar.xz
libssh-e19163eabb035ccc4c4c6578dd6fc896c39f23a2.zip
libgcrypt: Add missing config.h include
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src')
-rw-r--r--src/gcrypt_missing.c2
-rw-r--r--src/libgcrypt.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/gcrypt_missing.c b/src/gcrypt_missing.c
index e07843b8..edadf674 100644
--- a/src/gcrypt_missing.c
+++ b/src/gcrypt_missing.c
@@ -21,6 +21,8 @@
* MA 02111-1307, USA.
*/
+#include "config.h"
+
#include <stdlib.h>
#include "libssh/priv.h"
diff --git a/src/libgcrypt.c b/src/libgcrypt.c
index 0e85d5d3..d9dd5be6 100644
--- a/src/libgcrypt.c
+++ b/src/libgcrypt.c
@@ -20,6 +20,8 @@
* MA 02111-1307, USA.
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>