aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/botan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstate/botan.h')
-rw-r--r--src/libstate/botan.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstate/botan.h b/src/libstate/botan.h
index 3fa131216..a88edb59b 100644
--- a/src/libstate/botan.h
+++ b/src/libstate/botan.h
@@ -5,6 +5,9 @@
* Distributed under the terms of the Botan license
*/
+#ifndef BOTAN_BOTAN_H__
+#define BOTAN_BOTAN_H__
+
#include <botan/init.h>
#include <botan/lookup.h>
#include <botan/libstate.h>
@@ -16,3 +19,5 @@
#if defined(BOTAN_HAS_AUTO_SEEDING_RNG)
#include <botan/auto_rng.h>
#endif
+
+#endif