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 --- commands.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 4d870f6a..bd23340d 100644 --- a/commands.h +++ b/commands.h @@ -14,6 +14,9 @@ * Boston, MA 021110-1307, USA. */ +#ifndef __BTRFS_COMMANDS_H__ +#define __BTRFS_COMMANDS_H__ + struct cmd_struct { const char *token; int (*fn)(int, char **); @@ -121,3 +124,5 @@ int test_issubvolume(char *path); /* send.c */ char *get_subvol_name(char *mnt, char *full_path); + +#endif -- cgit v1.2.3