From 01e8f8a09ab273719bdf0869f9f8693cb45d302e Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 6 Jul 2020 20:30:31 +0200 Subject: Guard block is missing --- charpick/charpick.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'charpick/charpick.h') 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 #include #include @@ -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__ */ -- cgit v1.2.1