summaryrefslogtreecommitdiff
path: root/src/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cc')
-rw-r--r--src/utils.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils.cc b/src/utils.cc
index 0e208b45..14f89d84 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -29,7 +29,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "utils.h"
+#include "times.h"
/**********************************************************************
*
@@ -656,6 +656,8 @@ void sigpipe_handler(int)
namespace ledger {
+const string version = PACKAGE_VERSION;
+
path expand_path(const path& pathname)
{
if (pathname.empty())