summaryrefslogtreecommitdiff
path: root/include/FLAC/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/FLAC/metadata.h')
-rw-r--r--include/FLAC/metadata.h2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> /* for off_t */
+#include <sys/types.h> /* for off_t */
#include "export.h"
#include "callback.h"
#include "format.h"