src/FLAC/include/FLAC/metadata.h : Include <sys/types.h> for off_t.

This commit is contained in:
Erik de Castro Lopo 2007-09-08 09:39:53 +10:00
parent c74b8d785c
commit 8510af8e97

View File

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