From c4a14f44114b8f140697bb651508282b027275f8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Dec 2013 06:46:45 +0000 Subject: Add missing include to logger.h for memset. --- lv2/lv2plug.in/ns/ext/log/logger.h | 3 ++- lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 9 +++++++++ lv2/lv2plug.in/ns/ext/log/manifest.ttl | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/log') diff --git a/lv2/lv2plug.in/ns/ext/log/logger.h b/lv2/lv2plug.in/ns/ext/log/logger.h index f7cd921..88ca0aa 100644 --- a/lv2/lv2plug.in/ns/ext/log/logger.h +++ b/lv2/lv2plug.in/ns/ext/log/logger.h @@ -1,5 +1,5 @@ /* - Copyright 2012 David Robillard + Copyright 2012-2013 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -28,6 +28,7 @@ #define LV2_ATOM_LOGGER_H #include +#include #include "lv2/lv2plug.in/ns/ext/log/log.h" diff --git a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl index d1715db..9de67dd 100644 --- a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl @@ -11,6 +11,15 @@ doap:created "2012-01-12" ; doap:developer ; doap:release [ + doap:revision "2.1" ; + doap:created "2013-12-15" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add missing include to logger.h for memset." + ] + ] + ] , [ doap:revision "2.0" ; doap:created "2013-01-08" ; doap:file-release ; diff --git a/lv2/lv2plug.in/ns/ext/log/manifest.ttl b/lv2/lv2plug.in/ns/ext/log/manifest.ttl index 25128dd..c76008b 100644 --- a/lv2/lv2plug.in/ns/ext/log/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/log/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso . -- cgit v1.2.1