summaryrefslogtreecommitdiff
path: root/lib/nettle/rnd-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/rnd-common.h')
-rw-r--r--lib/nettle/rnd-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/nettle/rnd-common.h b/lib/nettle/rnd-common.h
index 898e5d7fa3..429ca017d3 100644
--- a/lib/nettle/rnd-common.h
+++ b/lib/nettle/rnd-common.h
@@ -21,6 +21,9 @@
*
*/
+#ifndef GNUTLS_LIB_NETTLE_RND_COMMON_H
+#define GNUTLS_LIB_NETTLE_RND_COMMON_H
+
#include "gnutls_int.h"
#ifdef HAVE_GETPID
# include <unistd.h> /* getpid */
@@ -39,3 +42,5 @@ typedef int (*get_entropy_func)(void* rnd, size_t size);
extern get_entropy_func _rnd_get_system_entropy;
+
+#endif /* GNUTLS_LIB_NETTLE_RND_COMMON_H */