From 07ce7005fc81289eb4c7dde7d601be08c977b92c Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 21 Jan 2015 17:49:26 +0100 Subject: btrfs-progs: unify header file inclusion protections There are missing ifdefs or defines with very generic names. Signed-off-by: David Sterba --- repair.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repair.h') diff --git a/repair.h b/repair.h index 3d0dcb9..3d04e6d 100644 --- a/repair.h +++ b/repair.h @@ -16,8 +16,8 @@ * Boston, MA 021110-1307, USA. */ -#ifndef __BTRFS_REPAIR__ -#define __BTRFS_REPAIR__ +#ifndef __BTRFS_REPAIR_H__ +#define __BTRFS_REPAIR_H__ struct btrfs_corrupt_block { struct cache_extent cache; -- cgit v1.2.1