Commit e9b75d46 authored by Max Kellermann's avatar Max Kellermann

AudioCompress: explicitly include stdint.h

For int16_t.
parent 68017b12
......@@ -6,6 +6,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
......
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