From 391cc007cd23e1abf9183efbf5fa9c2d06e33eb3 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 14 Nov 2010 16:20:16 +0200 Subject: [PATCH] ladishd: Fix include path it works with waf-1.5.x for unknown reasons. it does not work with waf-1.6.1 --- daemon/studio_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/studio_internal.h b/daemon/studio_internal.h index 0f1ebbf5..2398beb1 100644 --- a/daemon/studio_internal.h +++ b/daemon/studio_internal.h @@ -28,7 +28,7 @@ #ifndef STUDIO_INTERNAL_H__B4CB73EC_8E89_401A_9E49_F0AEEF361D09__INCLUDED #define STUDIO_INTERNAL_H__B4CB73EC_8E89_401A_9E49_F0AEEF361D09__INCLUDED -#include "../../proxies/jack_proxy.h" +#include "../proxies/jack_proxy.h" #include "../dbus/error.h" #include "virtualizer.h" #include "app_supervisor.h"