aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-07 16:37:42 -0600
committerTed Gould <ted@gould.cx>2011-01-07 16:37:42 -0600
commit9552d2d484f7e09c5cc5a6489a5f54bb53945103 (patch)
tree3e6b6488fb6e38c65e61229eaa1c584da11cbee9
parent33afd01e563f59793ed351f6f236e8905b2fa0cc (diff)
downloadlibayatana-indicator-9552d2d484f7e09c5cc5a6489a5f54bb53945103.tar.gz
libayatana-indicator-9552d2d484f7e09c5cc5a6489a5f54bb53945103.tar.bz2
libayatana-indicator-9552d2d484f7e09c5cc5a6489a5f54bb53945103.zip
Switching around headers to the new world order
-rw-r--r--libindicator/indicator-service-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicator/indicator-service-manager.c b/libindicator/indicator-service-manager.c
index cced611..096e9ca 100644
--- a/libindicator/indicator-service-manager.c
+++ b/libindicator/indicator-service-manager.c
@@ -26,9 +26,10 @@ License along with this library. If not, see
#endif
#include <stdlib.h>
+#include <gio/gio.h>
#include "indicator-service-manager.h"
-#include "indicator-service-client.h"
+#include "gen-indicator-service.xml.h"
#include "dbus-shared.h"
/* Private Stuff */