From 4a7cf24fcdce28b6de5ed553b84c90653cce0860 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 24 Apr 2008 22:04:57 +0000 Subject: tests/check/elements/multifile.c: Include stdlib.h and unistd.h for mkdtemp. Some platforms have it declared in the f... Original commit message from CVS: * tests/check/elements/multifile.c: Include stdlib.h and unistd.h for mkdtemp. Some platforms have it declared in the former, some have it declared in the latter. --- tests/check/elements/multifile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/check') diff --git a/tests/check/elements/multifile.c b/tests/check/elements/multifile.c index b190851a..0e15c086 100644 --- a/tests/check/elements/multifile.c +++ b/tests/check/elements/multifile.c @@ -24,6 +24,8 @@ #include #include +#include +#include static void run_pipeline (GstElement * pipeline) -- cgit