Skip to content

Commit 259fd4c

Browse files
committed
avdevice/vfwcap: put the headers back in the order in which they need to be
This avoids build failures Signed-off-by: Michael Niedermayer <[email protected]>
1 parent fe25194 commit 259fd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavdevice/vfwcap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
*/
2121

22-
#include <vfw.h>
2322
#include <windows.h>
23+
#include <vfw.h>
2424

2525
#include "libavutil/internal.h"
2626
#include "libavutil/log.h"

0 commit comments

Comments
 (0)