src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works.

This commit is contained in:
Erik de Castro Lopo
2012-05-08 19:23:08 +10:00
parent 601e96102c
commit 155719b470

View File

@@ -34,6 +34,7 @@
#endif #endif
#include <math.h> #include <math.h>
#include <inttypes.h>
#include "FLAC/assert.h" #include "FLAC/assert.h"
#include "FLAC/format.h" #include "FLAC/format.h"
#include "private/bitmath.h" #include "private/bitmath.h"