projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f9ae1
)
ogg_afh.c: include inttypes.h
author
Andre Noll
<maan@systemlinux.org>
Fri, 22 Dec 2006 11:46:05 +0000
(12:46 +0100)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/ogg_afh.c
b/ogg_afh.c
index
cce1eb5
..
5aaf53f
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>