]> git.sesse.net Git - vlc/commitdiff
Dshow: fix compilation after the big fourCC changes.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 May 2009 22:26:46 +0000 (00:26 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 May 2009 22:27:12 +0000 (00:27 +0200)
modules/access/dshow/filter.cpp

index 24c2b75032f91092c14be015e7ccc1bf98b4aaaf..d061633d767726faa5a8593741bc0c76b97216c4 100644 (file)
@@ -30,6 +30,7 @@
 #endif
 
 #include <vlc_common.h>
+#include <vlc_fourcc.h>
 
 #ifndef _MSC_VER
     /* Work-around a bug in w32api-2.5 */