Skip to content
Snippets Groups Projects
Commit bb756ae8 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Gerrit Code Review
Browse files

daemon: fix config.h inclusion

config.h have to be enclosed by HAVE_CONFIG_H guard.

Refs #69363

Change-Id: I0fd52917ef7208f3eb658cc0d1a61f7251310349
parent df7e00a4
No related branches found
No related tags found
No related merge requests found
...@@ -28,11 +28,14 @@ ...@@ -28,11 +28,14 @@
* as that of the covered work. * as that of the covered work.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "dbusconfigurationmanager.h" #include "dbusconfigurationmanager.h"
#include "configurationmanager_interface.h" #include "configurationmanager_interface.h"
#include "media/audio/audiolayer.h" #include "media/audio/audiolayer.h"
#include "config.h"
DBusConfigurationManager::DBusConfigurationManager(DBus::Connection& connection) DBusConfigurationManager::DBusConfigurationManager(DBus::Connection& connection)
: DBus::ObjectAdaptor(connection, "/cx/ring/Ring/ConfigurationManager") : DBus::ObjectAdaptor(connection, "/cx/ring/Ring/ConfigurationManager")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment