From 4a627929c06d197cc219ea6fd039c85bd7506bdb Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 18 Aug 2015 17:01:44 -0500 Subject: [PATCH] wwan: add missing include for DBUS_INTERFACE_PEER --- src/devices/wwan/nm-modem-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/wwan/nm-modem-manager.c b/src/devices/wwan/nm-modem-manager.c index c472bc4206..e2e5f5cbdd 100644 --- a/src/devices/wwan/nm-modem-manager.c +++ b/src/devices/wwan/nm-modem-manager.c @@ -28,6 +28,7 @@ #include "nm-modem-manager.h" #include "nm-default.h" +#include "nm-dbus-compat.h" #include "nm-modem.h" #include "nm-modem-broadband.h"