main: include main.h, fix dependencies
This commit is contained in:
parent
272ee5f7d2
commit
cf9bd42416
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user