]> git.sesse.net Git - vlc/blobdiff - modules/audio_mixer/float32.c
new (failing) test for libvlc
[vlc] / modules / audio_mixer / float32.c
index ca5a09009d967d9e8b6c0f73f8b7dd9c33a3e590..f9efd4fcf61ad1d3c0f97ca5629ad1a5b93ba090 100644 (file)
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <stddef.h>
 #include <vlc/vlc.h>
 #include <vlc_aout.h>