summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-11-11 01:00:47 +0000
committerDavid Robillard <d@drobilla.net>2006-11-11 01:00:47 +0000
commit9ed6efc808cb57555f89f08475df70fd4f8b630b (patch)
tree5486ef7e97a6978f985b433e1966f76a03501845 /src/AlsaDriver.cpp
parent5b83af28b6eeb52a285618cd90f30a5461189efd (diff)
downloadpatchage-9ed6efc808cb57555f89f08475df70fd4f8b630b.tar.gz
patchage-9ed6efc808cb57555f89f08475df70fd4f8b630b.tar.bz2
patchage-9ed6efc808cb57555f89f08475df70fd4f8b630b.zip
Fixes for building without ALSA (eg on OSX)
git-svn-id: http://svn.drobilla.net/lad/patchage@200 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index ef2428a..84c2bbc 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -17,8 +17,6 @@
#include <string>
#include <iostream>
#include <cassert>
-#include <sys/poll.h>
-#include <errno.h>
#include "PatchageFlowCanvas.h"
#include "AlsaDriver.h"
#include "Patchage.h"
@@ -525,3 +523,4 @@ AlsaDriver::m_refresh_main()
}
}
}
+