aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcommon/common.hxx')
-rw-r--r--libcommon/common.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcommon/common.hxx b/libcommon/common.hxx
index 8e5bd4d..411ece5 100644
--- a/libcommon/common.hxx
+++ b/libcommon/common.hxx
@@ -10,7 +10,9 @@
#include <odb/database.hxx>
-std::auto_ptr<odb::database>
+#include <export.hxx>
+
+LIBCOMMON_EXPORT std::auto_ptr<odb::database>
create_database (int argc, char* argv[]);
#endif // LIBCOMMON_COMMON_HXX