]> git.sesse.net Git - vlc/blobdiff - src/audio_decoder/audio_math.c
. normalement on devrait se prendre 1 seul mail par commit gr�ce aux
[vlc] / src / audio_decoder / audio_math.c
index 1200f0cb2a24f6d87ed62a411a6bd37cda6571de..de1189d22377efb2364973dd3c8d1dc7bfee2c41 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#include "defs.h"
+
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/types.h>                        /* on BSD, uio.h needs types.h */
 #include <sys/uio.h>                                            /* "input.h" */
 
-#include "threads.h"
 #include "config.h"
 #include "common.h"
+#include "threads.h"
 #include "mtime.h"                                                /* mtime_t */
 #include "plugins.h"