aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/display_iq.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-02-25 06:29:09 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-02-25 06:29:09 +0100
commit04fd1ddceab83bc4480de06992465f28668bcf2c (patch)
treebed345eeb51edbdbfd72d84cea3c61c36279c9fa /src/common/display_iq.c
parentf689244f98bf00a3657c7bdc5ebdb31d0c5636f1 (diff)
Use thread to record and playback wave files without blocking
Diffstat (limited to 'src/common/display_iq.c')
-rw-r--r--src/common/display_iq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/display_iq.c b/src/common/display_iq.c
index d9f6648..91f70a8 100644
--- a/src/common/display_iq.c
+++ b/src/common/display_iq.c
@@ -21,6 +21,7 @@
#include <stdint.h>
#include <string.h>
#include <math.h>
+#include <pthread.h>
#include "sample.h"
#include "sender.h"