Merge branch 'master' into HEAD
[moonshot-ui.git] / examples / service-selection.c
index f50d1dc..48122be 100644 (file)
@@ -1,10 +1,11 @@
-#include <glib.h>
-#include "libmoonshot.h"
+#include <libmoonshot.h>
+
+#include <stdio.h>
 
 int main (int argc, char *argv[])
 {
     MoonshotError *error = NULL;
-    gboolean        success;
+    int success;
 
     char *nai,
          *password,