Commit f38c6c6c authored by Diego Biurrun's avatar Diego Biurrun

string.h is a system header file, so use <> for it.

Originally committed as revision 13091 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 058aae3c
......@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <string.h>
#include "avformat.h"
#include "string.h"
static int apc_probe(AVProbeData *p)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment