mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Added stdlib.h to clean up exit() warnings
Original commit message from CVS: Added stdlib.h to clean up exit() warnings
This commit is contained in:
parent
65e47b2548
commit
424d4f5e4e
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
extern gboolean _gst_plugin_spew;
|
||||
|
|
Loading…
Reference in a new issue