diff options
-rw-r--r-- | checks/getopt.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/checks/getopt.h b/checks/getopt.h index 5796f7ae7..132bf5482 100644 --- a/checks/getopt.h +++ b/checks/getopt.h @@ -1,4 +1,7 @@ +#ifndef BOTAN_CHECK_GETOPT_H__ +#define BOTAN_CHECK_GETOPT_H__ + #include <string> #include <vector> #include <map> @@ -36,3 +39,5 @@ class OptionParser std::map<std::string, std::string> options; std::vector<std::string> leftover; }; + +#endif |