From 17af340739f8be2afc3ebab256230f9bfe097d9c Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 8 Sep 2007 22:49:07 +0000 Subject: fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php?func=detail&aid=1786225&group_id=13478&atid=313478) --- include/FLAC/metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/FLAC') diff --git a/include/FLAC/metadata.h b/include/FLAC/metadata.h index f371f96f..8b833a45 100644 --- a/include/FLAC/metadata.h +++ b/include/FLAC/metadata.h @@ -32,7 +32,7 @@ #ifndef FLAC__METADATA_H #define FLAC__METADATA_H -#include /* for off_t */ +#include /* for off_t */ #include "export.h" #include "callback.h" #include "format.h" -- cgit v1.2.1