Commit bead892e authored by Avuton Olrich's avatar Avuton Olrich

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.
parent 8341daca
......@@ -8,7 +8,7 @@
#ifndef COMPRESS_H
#define COMPRESS_H
#include <sys/types.h>
#include <stdint.h>
//! Configuration values for the compressor object
struct CompressorConfig {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment