summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-06-26 12:08:33 -0700
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-06-27 10:38:51 +0300
commit26908afff75aa3b86f81dd2f96c82182b5def205 (patch)
treefa55c9ce7c271f064117cc95542b8e2fa1028b7d
parent3f78d149cf2260278a3276f7e470ee27d183bc3f (diff)
client-conf: add missing directory to pulse/client-conf.x11.h include
https://bugs.freedesktop.org/show_bug.cgi?id=80570
-rw-r--r--src/pulse/client-conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/client-conf.c b/src/pulse/client-conf.c
index 317c9f9c9..e0acc237d 100644
--- a/src/pulse/client-conf.c
+++ b/src/pulse/client-conf.c
@@ -41,7 +41,7 @@
#include "client-conf.h"
#ifdef HAVE_X11
-#include <client-conf-x11.h>
+#include <pulse/client-conf-x11.h>
#endif
#define DEFAULT_CLIENT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "client.conf"