fix #include for off_t

This commit is contained in:
Josh Coalson 2006-08-28 03:37:25 +00:00
parent 14502c6242
commit 08c719a556
4 changed files with 0 additions and 12 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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;

View File

@ -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;