mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php?func=detail&aid=1786225&group_id=13478&atid=313478)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#ifndef FLAC__METADATA_H
|
||||
#define FLAC__METADATA_H
|
||||
|
||||
#include <stdio.h> /* for off_t */
|
||||
#include <sys/types.h> /* for off_t */
|
||||
#include "export.h"
|
||||
#include "callback.h"
|
||||
#include "format.h"
|
||||
|
||||
Reference in New Issue
Block a user