From 921c4c14c2999a03b9e649b5c9adec73b5cae0de Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2010 14:26:25 +0200 Subject: Add automake build support --- libcommon/common.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcommon/common.hxx') 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 -std::auto_ptr +#include + +LIBCOMMON_EXPORT std::auto_ptr create_database (int argc, char* argv[]); #endif // LIBCOMMON_COMMON_HXX -- cgit v1.1