1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- a/combine_wave.h +++ b/combine_wave.h @@ -12,9 +12,10 @@ #include <float.h> #include <math.h> #include <linux/soundcard.h> -#include <sys/poll.h> +#include <poll.h> #include "stdint.h" #include <sys/ioctl.h> +#include <sys/select.h> #include <string.h>