From 4ff8bb86507393e6956d108ee509a6bed8671ac4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 22 Feb 2021 13:46:51 +0100 Subject: Missing include guards --- capplets/appearance/appearance-font.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'capplets/appearance/appearance-font.h') diff --git a/capplets/appearance/appearance-font.h b/capplets/appearance/appearance-font.h index 995aa328..463a35df 100644 --- a/capplets/appearance/appearance-font.h +++ b/capplets/appearance/appearance-font.h @@ -18,5 +18,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef __APPEARANCE_FONT_H__ +#define __APPEARANCE_FONT_H__ + void font_init(AppearanceData* data); void font_shutdown(AppearanceData* data); + +#endif /* __APPEARANCE_FONT_H__ */ -- cgit v1.2.1