# HG changeset patch # User diego # Date 1210325443 0 # Node ID 7e3332b849261d6c06813d5313d1a30d3aafd9c9 # Parent 82c6e0ec5c4b0788f39920cc5321bae7076c282a string.h is a system header file, so use <> for it. diff -r 82c6e0ec5c4b -r 7e3332b84926 apc.c --- a/apc.c Fri May 09 01:59:33 2008 +0000 +++ b/apc.c Fri May 09 09:30:43 2008 +0000 @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include "avformat.h" -#include "string.h" static int apc_probe(AVProbeData *p) {