AudioCompress: explicitly include stdint.h

For int16_t.
This commit is contained in:
Max Kellermann 2010-03-17 18:29:56 +01:00
parent 68017b1254
commit e9b75d462c

View File

@ -6,6 +6,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>