From 1068ff29ae8daba39a9b07a451a75a2e06f5e63c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 7 Jan 2009 20:18:12 -0600 Subject: Fixing linking and libraries and includes oh my --- libindicate/server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libindicate/server.h') diff --git a/libindicate/server.h b/libindicate/server.h index 1627f21..632e357 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -2,6 +2,9 @@ #ifndef INDICATE_SERVER_H_INCLUDED__ #define INDICATE_SERVER_H_INCLUDED__ 1 +#include +#include + /* Boilerplate */ #define INDICATE_TYPE_SERVER (indicate_server_get_type ()) #define INDICATE_SERVER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), INDICATE_TYPE_SERVER, IndicateServer)) -- cgit v1.2.3