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:
parent
54cde56ec5
commit
7b9d26cefe
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue