summaryrefslogtreecommitdiff
path: root/tests/test-chains.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-chains.h')
-rw-r--r--tests/test-chains.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-chains.h b/tests/test-chains.h
index 3ca098d4ba..cf4d0c442a 100644
--- a/tests/test-chains.h
+++ b/tests/test-chains.h
@@ -20,6 +20,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>
*/
+#ifndef GNUTLS_TESTS_TEST_CHAINS_H
+#define GNUTLS_TESTS_TEST_CHAINS_H
+
/* *INDENT-OFF* */
#define MAX_CHAIN 10
@@ -4150,3 +4153,5 @@ static struct
#endif
/* *INDENT-ON* */
+
+#endif /* GNUTLS_TESTS_TEST_CHAINS_H */