]> git.ozlabs.org Git - ccan/commitdiff
ogg_to_pcm: fix build.
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 26 Sep 2010 07:33:30 +0000 (17:03 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 26 Sep 2010 07:33:30 +0000 (17:03 +0930)
ccan/ogg_to_pcm/ogg_to_pcm.h

index 6c1b4a2313ac1f34ccf2129841ad6a8cff10a03a..9943284e2c6b944c6182dfeb986c43fba95221c0 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef __OGG_TO_PCM_H__
 #define __OGG_TO_PCM_H__
+#include <stdint.h>
 #ifdef DEFINE_OGG_TO_PCM_GLOBALS
 #define GLOBAL
 #else