minor fixes in drivers mpc and vorbis.

This commit is contained in:
ehriche 2015-05-06 00:43:24 +02:00
parent 670d77813f
commit edce27fc03
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@
#include <mpc/reader.h>
#include "internal.h"
#include <stdio.h>
#include <string.h> // memset()
#define STDIO_MAGIC 0xF34B963C ///< Just a random safe-check value...
typedef struct mpc_reader_stdio_t {