diff options
Diffstat (limited to 'src/lib/utils/filesystem.h')
-rw-r--r-- | src/lib/utils/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/filesystem.h b/src/lib/utils/filesystem.h index 419f94b99..a3e1b8191 100644 --- a/src/lib/utils/filesystem.h +++ b/src/lib/utils/filesystem.h @@ -14,7 +14,7 @@ namespace Botan { -BOTAN_DLL std::vector<std::string> get_files_recursive(const std::string& dir); +BOTAN_TEST_API std::vector<std::string> get_files_recursive(const std::string& dir); } |