diff options
Diffstat (limited to 'apps/codecs/libtremor/oggmalloc.c')
| -rw-r--r-- | apps/codecs/libtremor/oggmalloc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/codecs/libtremor/oggmalloc.c b/apps/codecs/libtremor/oggmalloc.c index b11eaa5..ca917ff 100644 --- a/apps/codecs/libtremor/oggmalloc.c +++ b/apps/codecs/libtremor/oggmalloc.c @@ -1,7 +1,6 @@ -#include <os_types.h> +#include "os_types.h" -static unsigned char *mallocbuf; -static size_t bufsize, tmp_ptr, mem_ptr; +static size_t tmp_ptr; void ogg_malloc_init(void) { |