mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
add #include <stdlib.h> where needed
Original commit message from CVS: add #include <stdlib.h> where needed
This commit is contained in:
parent
8aa24ef807
commit
3acd03c923
8 changed files with 8 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 59ed6821982c4f5f989b1a635e34dc782d0a8e32
|
||||
Subproject commit 49b94b4d92a9621d42aa6c80bd720e2abc747fe4
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gst/gst.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gst/gst.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
/*#define DEBUG */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
/*#define DEBUG */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gst/gst.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gst/gst.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gst/gst.h>
|
||||
|
|
Loading…
Reference in a new issue