Commit cf9bd424 authored by Max Kellermann's avatar Max Kellermann

main: include main.h, fix dependencies

parent 272ee5f7
......@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "main.h"
#include "daemon.h"
#include "client.h"
#include "idle.h"
......
......@@ -19,6 +19,8 @@
#ifndef MAIN_H
#define MAIN_H
#include <glib.h>
extern GMainLoop *main_loop;
extern struct notify main_notify;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment