summaryrefslogtreecommitdiffhomepage
path: root/src/lingot-core.c
diff options
context:
space:
mode:
authorPiotr Pawlow <pp@siedziba.pl>2014-03-13 21:52:10 +0100
committerPiotr Pawlow <pp@siedziba.pl>2014-03-13 21:52:10 +0100
commit9bc63f42d03ef071132142c2462b03b992b95f3b (patch)
treed520af2bbba4b63a9fa78393fe934df50a1e3f29 /src/lingot-core.c
parentfc1d5b7ea733fa73e17f9499f04f02bf06c051c1 (diff)
- make OSS backend optional
Diffstat (limited to 'src/lingot-core.c')
-rw-r--r--src/lingot-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lingot-core.c b/src/lingot-core.c
index 0d5c31f..d5883c4 100644
--- a/src/lingot-core.c
+++ b/src/lingot-core.c
@@ -22,7 +22,9 @@
#include <stdio.h>
#include <math.h>
+#ifdef OSS
#include <sys/soundcard.h>
+#endif
#include <string.h>
#include <errno.h>
#include <sys/time.h>