add header guard to firecfg.h

This commit is contained in:
smitsohu 2019-05-24 02:46:57 +02:00 committed by GitHub
parent 252fd305d7
commit e9830e9fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <stdio.h>
#include <sys/types.h>
@ -48,3 +50,5 @@ void sound(void);
// desktop_files.c
void fix_desktop_files(char *homedir);
#endif