summaryrefslogtreecommitdiff
blob: 3d6a3c938ba1424ee8211339f3fa8e94e895c57b (plain)
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>