WavFile.h: include vfs_fat.h for pyb_file_obj_t definition

Without such a definition, this header is not self-contained, but
requires whoever included it to also include vfs_fat.h
This commit is contained in:
Jeff Epler 2019-07-15 19:56:21 -05:00
parent 54cde56ec5
commit 7b9d26cefe
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#ifndef MICROPY_INCLUDED_SHARED_MODULE_AUDIOIO_WAVEFILE_H
#define MICROPY_INCLUDED_SHARED_MODULE_AUDIOIO_WAVEFILE_H
#include "extmod/vfs_fat.h"
#include "py/obj.h"
#include "shared-module/audiocore/__init__.h"