summaryrefslogtreecommitdiff
path: root/charpick/charpick.h
diff options
context:
space:
mode:
Diffstat (limited to 'charpick/charpick.h')
-rw-r--r--charpick/charpick.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/charpick/charpick.h b/charpick/charpick.h
index 939556ba..57e44b27 100644
--- a/charpick/charpick.h
+++ b/charpick/charpick.h
@@ -1,5 +1,8 @@
/* charpick.h -- header file for character picker applet */
+#ifndef __CHARPICK_H__
+#define __CHARPICK_H__
+
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
@@ -59,3 +62,5 @@ void set_atk_name_description (GtkWidget *widget,
const char *description);
gboolean key_writable (MatePanelApplet *applet, const char *key);
+
+#endif /* __CHARPICK_H__ */