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.
This commit is contained in:
Sebastian Dröge 2008-04-24 22:04:57 +00:00
parent 287b38dc70
commit 4a7cf24fcd
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-04-25 Sebastian Dröge <slomo@circular-chaos.org>
* 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.
2008-04-24 Sebastian Dröge <slomo@circular-chaos.org>
* ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):

View file

@ -24,6 +24,8 @@
#include <glib/gstdio.h>
#include <gst/check/gstcheck.h>
#include <stdlib.h>
#include <unistd.h>
static void
run_pipeline (GstElement * pipeline)