Skip to content

Commit 285fbd7

Browse files
committed
libbtrfsutil: add missing header guard defintion to stubs.h
CodeQL scan reports missing header guard in stubs, the actual macro definition was missing. Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 3fcffd0 commit 285fbd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libbtrfsutil/stubs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
#ifndef _LIBBTRFSUTIL_STUBS_H_
19+
#define _LIBBTRFSUTIL_STUBS_H_
1920

2021
#include <stddef.h>
2122

0 commit comments

Comments
 (0)