summaryrefslogtreecommitdiffstats
path: root/src/boilerplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boilerplate.h')
-rw-r--r--src/boilerplate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/boilerplate.h b/src/boilerplate.h
index a419711..770b286 100644
--- a/src/boilerplate.h
+++ b/src/boilerplate.h
@@ -13,6 +13,13 @@
* with Ganv. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef GANV_BOILERPLATE_H
+#define GANV_BOILERPLATE_H
+
+#include "ganv/item.h"
+
+#include <glib.h>
+
typedef gpointer gobject;
/**
@@ -41,3 +48,5 @@ typedef gpointer gobject;
case PROP_##prop: \
g_value_set_##type(value, field); \
break;
+
+#endif // GANV_BOILERPLATE_H