From 1269e7cb9bc67160632538746c1d7657374d4d87 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 22 Dec 2006 12:46:05 +0100 Subject: [PATCH] ogg_afh.c: include inttypes.h Some versions of Mac OS seem to need this. --- ogg_afh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ogg_afh.c b/ogg_afh.c index cce1eb54..5aaf53f7 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -17,6 +17,7 @@ */ /** \file ogg_afh.c para_server's ogg vorbis audio format handler */ +#include #include #include #include -- 2.39.2