Fixes minor issues from the previous allocation wrapper patch

This commit is contained in:
Jean-Marc Valin 2011-08-29 16:10:08 -04:00
parent 07f884042e
commit 85b8e62065
4 changed files with 14 additions and 16 deletions

View file

@ -33,11 +33,12 @@
#include "opus.h"
#include "opus_private.h"
#include "stack_alloc.h"
#include "stdio.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "float_cast.h"
#include "os_support.h"
typedef struct ChannelLayout {
int nb_channels;