From e9830e9fc994cb2da823c8b88a6bf4cc8e9ddcb8 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Fri, 24 May 2019 02:46:57 +0200 Subject: add header guard to firecfg.h --- src/firecfg/firecfg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/firecfg/firecfg.h b/src/firecfg/firecfg.h index e847719cf..71e5d625d 100644 --- a/src/firecfg/firecfg.h +++ b/src/firecfg/firecfg.h @@ -17,6 +17,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef FIRECFG_H +#define FIRECFG_H #define _GNU_SOURCE #include #include @@ -48,3 +50,5 @@ void sound(void); // desktop_files.c void fix_desktop_files(char *homedir); + +#endif -- cgit v1.2.3-54-g00ecf