From 29a717aef24af559321f74c7457e8bd72c2df8cf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 14 Aug 2008 15:50:31 +0000 Subject: Use '#include ' instead of '#include '. It is the standard location as defined by the Open Group. Originally committed as revision 14761 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/dv1394.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c index de9725bdcf..a55fa97cef 100644 --- a/libavdevice/dv1394.c +++ b/libavdevice/dv1394.c @@ -23,9 +23,9 @@ #include #include #include +#include #include #include -#include #include #include #include -- cgit v1.2.3