summaryrefslogtreecommitdiff
path: root/lib/nettle/gnettle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gnettle.h')
-rw-r--r--lib/nettle/gnettle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/nettle/gnettle.h b/lib/nettle/gnettle.h
index e27149c3ea..f47569bfc6 100644
--- a/lib/nettle/gnettle.h
+++ b/lib/nettle/gnettle.h
@@ -1,3 +1,8 @@
+#ifndef GNUTLS_LIB_NETTLE_GNETTLE_H
+#define GNUTLS_LIB_NETTLE_GNETTLE_H
+
#define PRIME_CHECK_PARAM 8
#define TOMPZ(x) ((__mpz_struct*)(x))
#define SIZEOF_MPZT sizeof(__mpz_struct)
+
+#endif /* GNUTLS_LIB_NETTLE_GNETTLE_H */