Fixes compilation(2)

This commit is contained in:
Rafaël Carré 2007-08-20 20:45:28 +00:00
parent 69e01d5c21
commit e5ff4a2d33
2 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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 *);