diff options
Diffstat (limited to 'src/Main.hxx')
-rw-r--r-- | src/Main.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.hxx b/src/Main.hxx index 6ce079434..b2768600c 100644 --- a/src/Main.hxx +++ b/src/Main.hxx @@ -28,6 +28,8 @@ extern GThread *main_task; extern EventLoop *main_loop; +extern class ClientList *client_list; + extern struct Partition *global_partition; /** |