mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
tests/icles/test-oss4.c: Include stdlib.h.
Original commit message from CVS: * tests/icles/test-oss4.c: Include stdlib.h.
This commit is contained in:
parent
4f836b7732
commit
0dc1c6799b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-12 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/icles/test-oss4.c:
|
||||
Include stdlib.h.
|
||||
|
||||
2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
Based on a patch by: Martin Eikermann <meiker at upb dot de>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/interfaces/propertyprobe.h>
|
||||
|
|
Loading…
Reference in a new issue