diff options
author | David Robillard <d@drobilla.net> | 2013-12-15 06:46:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-15 06:46:45 +0000 |
commit | c4a14f44114b8f140697bb651508282b027275f8 (patch) | |
tree | 3ec0a2870165662a8920cfa68e05bfc5cc18d463 /lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | |
parent | 95cf56ddb4defe605b24ca7f1ec03d396182b449 (diff) | |
download | lv2-c4a14f44114b8f140697bb651508282b027275f8.tar.xz |
Add missing include <string.h> to logger.h for memset.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
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 <http://drobilla.net/drobilla#me> ; doap:release [ + doap:revision "2.1" ; + doap:created "2013-12-15" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add missing include <string.h> to logger.h for memset." + ] + ] + ] , [ doap:revision "2.0" ; doap:created "2013-01-08" ; doap:file-release <http://lv2plug.in/spec/lv2-1.4.0.tar.bz2> ; |