diff options
-rw-r--r-- | tools/aif2pcm/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aif2pcm/main.c b/tools/aif2pcm/main.c index 2c95c62d8..47ee53ce0 100644 --- a/tools/aif2pcm/main.c +++ b/tools/aif2pcm/main.c @@ -22,6 +22,7 @@ #include <stdlib.h> #include <string.h> #include <stdbool.h> +#include <stdint.h> /* extended.c */ void ieee754_write_extended (double, unsigned char*); |