Commit e5ff4a2d authored by Rafaël Carré's avatar Rafaël Carré

Fixes compilation(2)

parent 69e01d5c
......@@ -23,6 +23,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <stdlib.h>
#include "fft.h"
#include <math.h>
......
......@@ -30,6 +30,8 @@
#include <vlc/vlc.h>
#include <locale.h>
#include <stdio.h>
/* Explicit HACK */
extern void LocaleFree (const char *);
extern char *FromLocale (const char *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment