src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 8 May 2012 09:23:08 +0000 (19:23 +1000)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 8 May 2012 09:23:08 +0000 (19:23 +1000)
src/libFLAC/lpc.c

index 02cda9a..f5eaf22 100644 (file)
@@ -34,6 +34,7 @@
 #endif
 
 #include <math.h>
+#include <inttypes.h>
 #include "FLAC/assert.h"
 #include "FLAC/format.h"
 #include "private/bitmath.h"