summaryrefslogtreecommitdiffstats
path: root/src/utils/svg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/svg.h')
-rw-r--r--src/utils/svg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/svg.h b/src/utils/svg.h
index b0c2c4d..9161708 100644
--- a/src/utils/svg.h
+++ b/src/utils/svg.h
@@ -19,6 +19,9 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef MQ_UTILS_SVG_H
+#define MQ_UTILS_SVG_H
+
#include <glib.h>
gboolean
@@ -26,3 +29,5 @@ mq_svg_is_color_valid(const gchar *color) G_GNUC_PURE;
gchar *
mq_svg_set_color(const gchar *svg, const gchar *color);
+
+#endif /* MQ_UTILS_SVG_H */