Skip to content

Commit

Permalink
make including of reference to dbus-service conditional on CONFIG_DBU…
Browse files Browse the repository at this point in the history
…S_INTERFACE
  • Loading branch information
mikebrady committed Feb 8, 2019
1 parent 34351a9 commit 58acd16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion activity_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@

#include "activity_monitor.h"
#include "common.h"
#include "dbus-service.h"
#include "rtsp.h"

#ifdef CONFIG_DBUS_INTERFACE
#include "dbus-service.h"
#endif


enum am_state state;
enum ps_state { ps_inactive, ps_active } player_state;

Expand Down

0 comments on commit 58acd16

Please sign in to comment.