Commit 133dfd25 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Rafaël Carré

int16_t needs <inttypes.h>. Should fix FreeBSD unhapiness with addPCM().

(cherry picked from commit 21899078)
parent 68c5eae3
......@@ -32,6 +32,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
double **PCMd; //data structure to store PCM data PCM[channels][maxsamples]
int maxsamples; //size of PCM buffer
......
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