diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-12 13:06:37 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-06-12 13:06:37 +0000 |
commit | 0dc1c6799be7d7ad4ee67c9a1be1a41ea82e74d4 (patch) | |
tree | 766ef71c25e277328eb98584accda96a8c29e61b /tests | |
parent | 4f836b7732ccaf0421081cbe4198b97dabd60513 (diff) | |
download | gstreamer-plugins-bad-0dc1c6799be7d7ad4ee67c9a1be1a41ea82e74d4.tar.gz |
tests/icles/test-oss4.c: Include stdlib.h.
Original commit message from CVS:
* tests/icles/test-oss4.c:
Include stdlib.h.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/icles/test-oss4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/icles/test-oss4.c b/tests/icles/test-oss4.c index 609438794..6c3dac1ef 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> |