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