mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
build: sprintf, sscanf need stdio.h
This commit is contained in:
parent
99b4483b8c
commit
ccf5d6551a
5 changed files with 6 additions and 1 deletions
|
@ -71,6 +71,7 @@
|
|||
|
||||
#include "gstgnomevfssrc.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
|
|
@ -23,8 +23,9 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <glib.h>
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "mpl2parse.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
/* From http://lists.mplayerhq.hu/pipermail/mplayer-users/2003-February/030222.html
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "tmplayerparse.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
/* From http://forum.doom9.org/archive/index.php/t-81059.html:
|
||||
|
|
Loading…
Reference in a new issue