diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/callbacks.c | 2 | ||||
-rw-r--r-- | shell/syncmanager.c | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index c60487d9..89fe4e32 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -18,6 +18,8 @@ #include <stdlib.h> #include <gtk/gtk.h> +#include <glib.h> +#include <glib/gstdio.h> #include "hardinfo.h" #include "callbacks.h" diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 4608eb7d..ad2c119a 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -23,6 +23,9 @@ #include <libsoup/soup.h> +#include <glib.h> +#include <glib/gstdio.h> + #include <stdarg.h> #include <string.h> #include <fcntl.h> |