[SCM] calf/master: Fix compilation with some versions of libc (missing include).

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:15 UTC 2013


The following commit has been merged in the master branch:
commit cf2a7c05babd058616d597b85de20a2f626a651e
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed May 12 18:54:59 2010 +0100

    Fix compilation with some versions of libc (missing include).

diff --git a/src/calf/primitives.h b/src/calf/primitives.h
index a9cb95e..efc820f 100644
--- a/src/calf/primitives.h
+++ b/src/calf/primitives.h
@@ -24,6 +24,7 @@
 #include <assert.h>
 #include <stdint.h>
 #include <stdio.h>
+#include <string.h>
 #include <cmath>
 #include <cstdlib>
 #include <map>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list