forked from pool/lv2-swh-plugins
- initial package from github.com/swh/lv2 git tag 1.0.16 OBS-URL: https://build.opensuse.org/request/show/518163 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2-swh-plugins?expand=0&rev=1
11 lines
472 B
Diff
11 lines
472 B
Diff
--- swh-lv2-5098e09/xslt/source.xsl 2017-08-03 05:17:15.405704915 +0200
|
|
+++ swh-lv2-5098e09/xslt/source.xsl 2017-08-03 05:17:29.745878601 +0200
|
|
@@ -11,6 +11,7 @@
|
|
<xsl:variable name="PLUGINLABEL"><xsl:call-template name="allCaps"><xsl:with-param name="in" select="$pluginLabel" /></xsl:call-template></xsl:variable>
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include "lv2.h"
|
|
|
|
typedef struct _<xsl:value-of select="$PluginLabel"/> {
|