From df01eedd6cbbebb8a652ddae9c735f7c40922a94 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Mon, 16 Mar 2015 15:56:04 -0400
Subject: [PATCH] dbus: fix video build

Refs #67228

Change-Id: Ida911e63fffca63e7a31da6089a8d44c8ab77354
---
 daemon/bin/dbus/dbusclient.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/daemon/bin/dbus/dbusclient.cpp b/daemon/bin/dbus/dbusclient.cpp
index 6cc83ddc35..2af4b26c12 100644
--- a/daemon/bin/dbus/dbusclient.cpp
+++ b/daemon/bin/dbus/dbusclient.cpp
@@ -28,6 +28,11 @@
  *  shall include the source code for the parts of OpenSSL used as well
  *  as that of the covered work.
  */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <cstdlib>
 #include <iostream>
 #include <cstring>
-- 
GitLab