mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-03-01 07:05:38 +00:00
src/FLAC/include/FLAC/metadata.h : Include <sys/types.h> for off_t.
This commit is contained in:
parent
c74b8d785c
commit
8510af8e97
@ -33,6 +33,8 @@
|
||||
#define FLAC__METADATA_H
|
||||
|
||||
#include <stdio.h> /* for off_t */
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "export.h"
|
||||
#include "callback.h"
|
||||
#include "format.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user