diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-26 13:56:12 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-26 13:56:12 +0100 |
commit | fc1ee7d9f58eb0c2a681c18e3cc388f359952824 (patch) | |
tree | 05b74ff109b118a49a9e08f2fa31525774925018 /src/gpm-control.c | |
parent | 72fbb0ab1afb0dcf0e3aab21456d6478350bd74c (diff) | |
download | mate-power-manager-fc1ee7d9f58eb0c2a681c18e3cc388f359952824.tar.bz2 mate-power-manager-fc1ee7d9f58eb0c2a681c18e3cc388f359952824.tar.xz |
Define UPOWER_ENABLE_DEPRECATED
Diffstat (limited to 'src/gpm-control.c')
-rw-r--r-- | src/gpm-control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-control.c b/src/gpm-control.c index ebf052a..ec50136 100644 --- a/src/gpm-control.c +++ b/src/gpm-control.c @@ -39,6 +39,7 @@ #include <glib/gi18n.h> #include <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> +#define UPOWER_ENABLE_DEPRECATED #include <libupower-glib/upower.h> #ifdef WITH_KEYRING |