mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
Add stdlib include (free, atoi, exit).
Original commit message from CVS: * examples/app/appsrc_ex.c: * examples/switch/switcher.c: * ext/neon/gstneonhttpsrc.c: * ext/timidity/gstwildmidi.c: * ext/x264/gstx264enc.c: * gst/mve/mveaudioenc.c: (mve_compress_audio): * gst/rtpmanager/gstrtpclient.c: * gst/rtpmanager/gstrtpjitterbuffer.c: * gst/spectrum/demo-audiotest.c: * gst/spectrum/demo-osssrc.c: * sys/dvb/gstdvbsrc.c: Add stdlib include (free, atoi, exit).
This commit is contained in:
parent
d0e9a76a95
commit
dcd847c611
2 changed files with 2 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit fb4b30ebbec59a8944cacae5fb5cf40bff5dfcaa
|
||||
Subproject commit b3fe2a25c1cd0f4b021795d0db7330aeb338da7c
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
typedef struct _App App;
|
||||
|
|
Loading…
Reference in a new issue