Commit fd088c29 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13091 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 83029e47
...@@ -19,8 +19,8 @@ ...@@ -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)
{ {
......
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