diff --git a/src/devices/atm/nm-atm-manager.c b/src/devices/atm/nm-atm-manager.c index 886095dad3..908e961e7d 100644 --- a/src/devices/atm/nm-atm-manager.c +++ b/src/devices/atm/nm-atm-manager.c @@ -22,6 +22,7 @@ #include #include +#include #include "nm-atm-manager.h" #include "nm-device-adsl.h" diff --git a/src/devices/bluetooth/nm-bluez-manager.c b/src/devices/bluetooth/nm-bluez-manager.c index 26ccb70c1a..2857cc4e17 100644 --- a/src/devices/bluetooth/nm-bluez-manager.c +++ b/src/devices/bluetooth/nm-bluez-manager.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include "nm-logging.h" diff --git a/src/devices/wwan/nm-wwan-factory.c b/src/devices/wwan/nm-wwan-factory.c index 3a02fb1913..8a7898942e 100644 --- a/src/devices/wwan/nm-wwan-factory.c +++ b/src/devices/wwan/nm-wwan-factory.c @@ -19,6 +19,8 @@ */ #include +#include + #include "config.h" #include "nm-device-factory.h" #include "nm-wwan-factory.h"