diff options
Diffstat (limited to 'src/cli/argparse.h')
-rw-r--r-- | src/cli/argparse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/argparse.h b/src/cli/argparse.h index 2d940f32d..4df4a10c8 100644 --- a/src/cli/argparse.h +++ b/src/cli/argparse.h @@ -4,8 +4,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ARGPARSE_H_ -#define BOTAN_ARGPARSE_H_ +#ifndef BOTAN_CLI_ARGPARSE_H_ +#define BOTAN_CLI_ARGPARSE_H_ #include <string> #include <map> |