summaryrefslogtreecommitdiffstats
path: root/src/utils/pacmd.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-17 20:44:55 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-17 20:44:55 +0000
commit53a285e75616281bcdd8b1dcf0e3b7ba59257516 (patch)
treed0492528a80514f49eb323ecfeb7f8c9cbd753ff /src/utils/pacmd.c
parent40feedb8bf53fe656946f376c044dbe4a1741082 (diff)
fix include line for "core-util.h"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@923 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils/pacmd.c')
-rw-r--r--src/utils/pacmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c
index e640ddaf..fefe7634 100644
--- a/src/utils/pacmd.c
+++ b/src/utils/pacmd.c
@@ -32,7 +32,7 @@
#include <string.h>
#include <sys/un.h>
-#include <polypcore/util.h>
+#include <polypcore/core-util.h>
#include <polypcore/log.h>
#include <polypcore/pid.h>