diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-16 01:06:59 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-16 01:06:59 -0500 |
commit | 066f1fb2eb23c4abce7ad9e56f9ecbc600ccddde (patch) | |
tree | 8f17c6ac5a23badd9f6cf9f3cbd8e551d3e1993d | |
parent | 35a8b1720631a6b700bf9a234d0444c3457ce197 (diff) | |
download | ayatana-indicator-power-066f1fb2eb23c4abce7ad9e56f9ecbc600ccddde.tar.gz ayatana-indicator-power-066f1fb2eb23c4abce7ad9e56f9ecbc600ccddde.tar.bz2 ayatana-indicator-power-066f1fb2eb23c4abce7ad9e56f9ecbc600ccddde.zip |
in device.h, add #include <gio/gio.h> to pick up needed GIcon declaration
-rw-r--r-- | src/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h index 3a10f89..77d34ef 100644 --- a/src/device.h +++ b/src/device.h @@ -25,6 +25,7 @@ License along with this library. If not, see #define __INDICATOR_POWER_DEVICE_H__ #include <glib-object.h> +#include <gio/gio.h> /* GIcon */ G_BEGIN_DECLS |