[pulseaudio-commits] src/pulse

Tanu Kaskinen tanuk at kemper.freedesktop.org
Fri Jun 27 00:44:18 PDT 2014


 src/pulse/client-conf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26908afff75aa3b86f81dd2f96c82182b5def205
Author: Evan Nemerson <evan at nemerson.com>
Date:   Thu Jun 26 12:08:33 2014 -0700

    client-conf: add missing directory to pulse/client-conf.x11.h include
    
    https://bugs.freedesktop.org/show_bug.cgi?id=80570

diff --git a/src/pulse/client-conf.c b/src/pulse/client-conf.c
index 317c9f9..e0acc23 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"



More information about the pulseaudio-commits mailing list