]> git.sesse.net Git - vlc/blobdiff - src/video_decoder/vdec_idct.c
D�but du portage BeOS. Beaucoup de fuchiers ont �t� modifi� car il a fallu
[vlc] / src / video_decoder / vdec_idct.c
index b0b1aaee0036b21f15395228ffa38bad1a560008..2d867cd70f2eef4d3416555d732be6337005d367 100644 (file)
 #include <sys/types.h>                        /* on BSD, uio.h needs types.h */
 #include <sys/uio.h>                                          /* for input.h */
 
+#include "threads.h"
 #include "config.h"
 #include "common.h"
 #include "mtime.h"
-#include "threads.h"
+#include "plugins.h"
 
 #include "intf_msg.h"