diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/icles/test-oss4.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-06-12 Stefan Kost <ensonic@users.sf.net> + + * tests/icles/test-oss4.c: + Include stdlib.h. + 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org> Based on a patch by: Martin Eikermann <meiker at upb dot de> diff --git a/tests/icles/test-oss4.c b/tests/icles/test-oss4.c index 60943879..6c3dac1e 100644 --- a/tests/icles/test-oss4.c +++ b/tests/icles/test-oss4.c @@ -22,6 +22,7 @@ #endif #include <string.h> +#include <stdlib.h> #include <gst/gst.h> #include <gst/interfaces/propertyprobe.h> |