changeset 3284:7e3332b84926 libavformat

string.h is a system header file, so use <> for it.
author diego
date Fri, 09 May 2008 09:30:43 +0000
parents 82c6e0ec5c4b
children ccfd981fe0fa
files apc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <string.h>
 #include "avformat.h"
-#include "string.h"
 
 static int apc_probe(AVProbeData *p)
 {