]> git.sesse.net Git - vlc/blobdiff - src/video_decoder/video_decoder.c
D�but du portage BeOS. Beaucoup de fuchiers ont �t� modifi� car il a fallu
[vlc] / src / video_decoder / video_decoder.c
index 03d49892aa9287ea2c7730051e3a5cd96f212251..4c7443f8aa50158bb581c809987a9ffd3f3ad5a0 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"