build: sprintf, sscanf need stdio.h

This commit is contained in:
Stefan Kost 2009-10-07 11:56:35 +03:00
parent 99b4483b8c
commit ccf5d6551a
5 changed files with 6 additions and 1 deletions

View file

@ -71,6 +71,7 @@
#include "gstgnomevfssrc.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>

View file

@ -22,6 +22,7 @@
#include "config.h"
#endif
#include <stdio.h>
#include <string.h>
#include <gst/gst.h>

View file

@ -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>

View file

@ -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

View file

@ -19,6 +19,7 @@
#include "tmplayerparse.h"
#include <stdio.h>
#include <string.h>
/* From http://forum.doom9.org/archive/index.php/t-81059.html: