aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-02 11:21:33 +0100
committerMax Kellermann <max@duempel.org>2009-01-02 11:21:33 +0100
commitcf9bd42416753de6b5f74f19d1869d3da1275b2b (patch)
tree0b7cc948ac1220f1e412f89a2c7da146d76403b0 /src/main.h
parent272ee5f7d2be764d5edef2db763f50438689b48c (diff)
main: include main.h, fix dependencies
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 0db28926..44c06b6b 100644
--- a/src/main.h
+++ b/src/main.h
@@ -19,6 +19,8 @@
#ifndef MAIN_H
#define MAIN_H
+#include <glib.h>
+
extern GMainLoop *main_loop;
extern struct notify main_notify;