diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 07:43:28 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 07:43:28 +0000 |
commit | 96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591 (patch) | |
tree | 28c35fb8c5a6e8ee8847184e27399f2b73bb9a77 /tests/icles | |
parent | 83e305cf5dd437f5dd30f2ef78de18a2e8dc3438 (diff) | |
download | gst-plugins-bad-96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591.tar.gz gst-plugins-bad-96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591.tar.bz2 gst-plugins-bad-96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591.zip |
ext/metadata/README: Formatting.
Original commit message from CVS:
* ext/metadata/README:
Formatting.
* tests/icles/metadata_editor.c:
Include stdlib.h.
Diffstat (limited to 'tests/icles')
-rw-r--r-- | tests/icles/metadata_editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/icles/metadata_editor.c b/tests/icles/metadata_editor.c index e39720df..0f8f95d5 100644 --- a/tests/icles/metadata_editor.c +++ b/tests/icles/metadata_editor.c @@ -42,6 +42,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> |