summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-29 19:37:03 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-29 19:37:03 +0200
commitb1740b885da6d1613d8c58dba01242f7b0204c08 (patch)
tree083bd9c44d56c1414490c609f358777ae3fd9edd
parent6d27a2942fce1528606bd86c730d4ccecf779003 (diff)
downloadgnutls-b1740b885da6d1613d8c58dba01242f7b0204c08.tar.gz
include config.h
-rw-r--r--tests/slow/cipher-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/slow/cipher-test.c b/tests/slow/cipher-test.c
index bbac05921e..1947b7f2c4 100644
--- a/tests/slow/cipher-test.c
+++ b/tests/slow/cipher-test.c
@@ -1,3 +1,5 @@
+#include <config.h>
+
#include <stdint.h>
#include <stdio.h>
#include <string.h>