]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ogg_afh.c: include inttypes.h
authorAndre Noll <maan@systemlinux.org>
Fri, 22 Dec 2006 11:46:05 +0000 (12:46 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 22 Dec 2006 11:46:05 +0000 (12:46 +0100)
Some versions of Mac OS seem to need this.

ogg_afh.c

index cce1eb54f40c02d05e96419c1afd0e849c18c6a4..5aaf53f7499b3eb1d36e7ea3b53a3c9b33fce2e8 100644 (file)
--- 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 <inttypes.h>
 #include <ogg/ogg.h>
 #include <vorbis/codec.h>
 #include <vorbis/vorbisfile.h>