summaryrefslogtreecommitdiffstats
path: root/src/client/ingen_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ingen_client.cpp')
-rw-r--r--src/client/ingen_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ingen_client.cpp b/src/client/ingen_client.cpp
index f4d6bbc7..63705ebc 100644
--- a/src/client/ingen_client.cpp
+++ b/src/client/ingen_client.cpp
@@ -31,7 +31,7 @@ struct ClientModule : public ingen::Module {
extern "C" {
-ingen::Module*
+INGEN_MODULE_EXPORT ingen::Module*
ingen_module_load()
{
return new ingen::client::ClientModule();