fix #include for off_t
This commit is contained in:
parent
14502c6242
commit
08c719a556
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
||||
extern const long file_utils__serial_number;
|
||||
|
||||
|
@ -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
|
||||
|
||||
extern const long file_utils__serial_number;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user