summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/clear_dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/clear_dir.h')
-rw-r--r--libs/pbd/pbd/clear_dir.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/clear_dir.h b/libs/pbd/pbd/clear_dir.h
index 9c128d994d..c0fb49d41d 100644
--- a/libs/pbd/pbd/clear_dir.h
+++ b/libs/pbd/pbd/clear_dir.h
@@ -24,8 +24,10 @@
#include <vector>
#include <sys/types.h>
+#include "pbd/libpbd_visibility.h"
+
namespace PBD {
- int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
+ LIBPBD_API int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
}
#endif /* __pbd_clear_dir_h__ */