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 --- hash.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hash.h') diff --git a/hash.h b/hash.h index 804fcdac..ac4c4117 100644 --- a/hash.h +++ b/hash.h @@ -16,8 +16,9 @@ * Boston, MA 021110-1307, USA. */ -#ifndef __HASH__ -#define __HASH__ +#ifndef __BTRFS_HASH_H__ +#define __BTRFS_HASH_H__ + #include "crc32c.h" static inline u64 btrfs_name_hash(const char *name, int len) -- cgit v1.2.3