mirror of https://git.ffmpeg.org/ffmpeg.git
string.h is a system header file, so use <> for it.
Originally committed as revision 13091 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
058aae3ce7
commit
f38c6c6cab
|
@ -19,8 +19,8 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
#include "string.h"
|
|
||||||
|
|
||||||
static int apc_probe(AVProbeData *p)
|
static int apc_probe(AVProbeData *p)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue