summaryrefslogtreecommitdiff
path: root/tests/check/elements/jifmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/elements/jifmux.c')
-rw-r--r--tests/check/elements/jifmux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/check/elements/jifmux.c b/tests/check/elements/jifmux.c
index 9e21d1a5b..05e67561f 100644
--- a/tests/check/elements/jifmux.c
+++ b/tests/check/elements/jifmux.c
@@ -27,6 +27,8 @@
#include <stdio.h>
#include <unistd.h>
+#include <glib/gstdio.h>
+
#include <gst/check/gstcheck.h>
#include <gst/tag/tag.h>
@@ -1200,6 +1202,7 @@ GST_START_TEST (test_jifmux_tags)
tmpfile);
libexif_check_tags (FILE_SOURCE_TAG ("transparent-scanner"), tmpfile);
+ g_unlink (tmpfile);
g_free (tmpfile);
}