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:
Diego Biurrun 2008-05-09 09:30:43 +00:00
parent 058aae3ce7
commit f38c6c6cab
1 changed files with 1 additions and 1 deletions

View File

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