mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix #include for off_t
This commit is contained in:
@@ -25,10 +25,7 @@
|
||||
#endif
|
||||
|
||||
#include "FLAC/format.h"
|
||||
#include <stdlib.h> /* for off_t */
|
||||
#if defined _MSC_VER || defined __MINGW32__
|
||||
#include <sys/types.h> /* for off_t */
|
||||
#endif
|
||||
|
||||
FLAC__bool file_utils__generate_flacfile(const char *output_filename, off_t *output_filesize, unsigned length, const FLAC__StreamMetadata *streaminfo, FLAC__StreamMetadata **metadata, unsigned num_metadata);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user