main: include main.h, fix dependencies

This commit is contained in:
Max Kellermann 2009-01-02 11:21:33 +01:00
parent 272ee5f7d2
commit cf9bd42416
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -19,6 +19,8 @@
#ifndef MAIN_H
#define MAIN_H
#include <glib.h>
extern GMainLoop *main_loop;
extern struct notify main_notify;