aboutsummaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-16 01:06:59 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-16 01:06:59 -0500
commit066f1fb2eb23c4abce7ad9e56f9ecbc600ccddde (patch)
tree8f17c6ac5a23badd9f6cf9f3cbd8e551d3e1993d /src/device.h
parent35a8b1720631a6b700bf9a234d0444c3457ce197 (diff)
downloadayatana-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
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
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