[Splashy-devel] [PATCH] splashy.h is using glib types, so include glib.h
Holger Macht
hmacht at suse.de
Wed Jan 23 15:37:39 UTC 2008
Simple one-liner. splashy.h is using types like gboolean, so shouldn't it
include the corresponding header?
Signed-off-by: Holger Macht <hmacht at suse.de>
---
diff --git a/src/splashy.h b/src/splashy.h
index 0dfe0be..63d2234 100644
--- a/src/splashy.h
+++ b/src/splashy.h
@@ -20,6 +20,8 @@
#ifndef _LIBSPLASHY_H
#define _LIBSPLASHY_H
+#include <glib.h>
+
/*
* public functions
*/
More information about the Splashy-devel
mailing list