sleep-monitor-upower: add missing include

Otherwise building fails with:

  nm-sleep-monitor-upower.c:132:45: error: expected declaration specifiers or '...' before 'nm_sleep_monitor_get'
  nm-sleep-monitor-upower.c:132:67: error: expected declaration specifiers or '...' before '(' token

https://mail.gnome.org/archives/networkmanager-list/2016-May/msg00053.html
This commit is contained in:
Michael Olbrich 2016-05-18 10:43:51 +02:00 committed by Thomas Haller
parent 1d78b173bd
commit 10ba492047

View file

@ -24,6 +24,7 @@
#include <sys/stat.h>
#include "nm-core-internal.h"
#include "NetworkManagerUtils.h"
#include "nm-sleep-monitor.h"