From bead892e21dd35bb1400797de0dcd5a17f6977e8 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Tue, 11 May 2010 18:40:38 -0700 Subject: AudioCompress: include stdint.h for int16_t definition. In mingw32, int16_t is not defined by sys/types.h, but it is by stdint.h, and it is in the int16_t man page as being defined in stdint.h. Thanks to mithi for help debugging. --- src/AudioCompress/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/AudioCompress/compress.h b/src/AudioCompress/compress.h index cc875c6da..073d4af9a 100644 --- a/src/AudioCompress/compress.h +++ b/src/AudioCompress/compress.h @@ -8,7 +8,7 @@ #ifndef COMPRESS_H #define COMPRESS_H -#include +#include //! Configuration values for the compressor object struct CompressorConfig { -- cgit v1.2.3