summaryrefslogtreecommitdiff
path: root/libdane/includes/gnutls/dane.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdane/includes/gnutls/dane.h')
-rw-r--r--libdane/includes/gnutls/dane.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdane/includes/gnutls/dane.h b/libdane/includes/gnutls/dane.h
index 69ced4bde9..92d1da9226 100644
--- a/libdane/includes/gnutls/dane.h
+++ b/libdane/includes/gnutls/dane.h
@@ -20,6 +20,8 @@
*
*/
+#ifndef GNUTLS_DANE_H
+#define GNUTLS_DANE_H
#include <gnutls/gnutls.h> /* for gnutls_datum_t */
@@ -198,3 +200,5 @@ const char *dane_strerror(int error);
#define DANE_E_FILE_ERROR -12
#define DANE_E_CERT_ERROR -13
#define DANE_E_UNKNOWN_DANE_DATA -14
+
+#endif /* GNUTLS_DANE_H */