mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
add header guard to firecfg.h
This commit is contained in:
parent
252fd305d7
commit
e9830e9fc9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue