Skip to content

Commit 29603c5

Browse files
committed
utils/oscap-tool: Add header guardian
1 parent 3473345 commit 29603c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/oscap-tool.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Maros Barabas <[email protected]>
2121
*/
2222

23+
#pragma once
24+
#ifndef OSCAP_TOOL_H_
25+
#define OSCAP_TOOL_H_
2326

2427
/* Standard header files */
2528
#include <stdio.h>
@@ -224,3 +227,5 @@ getopt_long(int ___argc, char *__getopt_argv_const *___argv,
224227
const struct option *__longopts, int *__longind);
225228

226229
#endif
230+
231+
#endif //OSCAP_TOOL_H_

0 commit comments

Comments
 (0)