[SCM] calf/master: + Framework: include <limits.h> for INT_MAX

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


The following commit has been merged in the master branch:
commit b510dbee3acc885d08d0a85a65c28cf6b33da83f
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Jan 25 13:30:18 2009 +0000

    + Framework: include <limits.h> for INT_MAX

diff --git a/src/calf/modules.h b/src/calf/modules.h
index 1cbcfd2..2022774 100644
--- a/src/calf/modules.h
+++ b/src/calf/modules.h
@@ -22,6 +22,7 @@
 #define __CALF_MODULES_H
 
 #include <assert.h>
+#include <limits.h>
 #include "biquad.h"
 #include "inertia.h"
 #include "audio_fx.h"

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list