diff options
Diffstat (limited to 'src/entropy/proc_walk')
-rw-r--r-- | src/entropy/proc_walk/es_ftw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/proc_walk/es_ftw.h b/src/entropy/proc_walk/es_ftw.h index a2229ff1f..e0d266141 100644 --- a/src/entropy/proc_walk/es_ftw.h +++ b/src/entropy/proc_walk/es_ftw.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * File Tree Walking Entropy Source * *************************************************/ -class FTW_EntropySource : public Buffered_EntropySource +class BOTAN_DLL FTW_EntropySource : public Buffered_EntropySource { public: FTW_EntropySource(const std::string& root_dir); |