summaryrefslogtreecommitdiff
path: root/hello/hello
diff options
context:
space:
mode:
Diffstat (limited to 'hello/hello')
-rw-r--r--hello/hello4
1 files changed, 3 insertions, 1 deletions
diff --git a/hello/hello b/hello/hello
index 4f85114..5fb7d9e 100644
--- a/hello/hello
+++ b/hello/hello
@@ -4,8 +4,10 @@
#include <string>
+#include <hello/export>
+
namespace hello
{
- void
+ LIBHELLO_EXPORT void
say (const std::string& name);
}