mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
287b38dc70
commit
4a7cf24fcd
2 changed files with 8 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue