summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-08 17:22:27 +0300
committerLennart Poettering <lennart@poettering.net>2008-09-08 17:22:27 +0300
commit821dc1797faa903618c7585d3c053fd7ae6e93db (patch)
tree7bf2d978d04440fccb17a59fd0a42a1bb2379112 /src/daemon
parentf2164023fd0fda8c1a456c5c2f144f8943c24db9 (diff)
move autospawn lock to pulsecore/ since we don't need it in the client anymore
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c
index f91573b4..a9e8ed46 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -65,8 +65,8 @@
#include <pulse/timeval.h>
#include <pulse/xmalloc.h>
#include <pulse/i18n.h>
-#include <pulse/lock-autospawn.h>
+#include <pulsecore/lock-autospawn.h>
#include <pulsecore/winsock.h>
#include <pulsecore/core-error.h>
#include <pulsecore/core.h>