diff --git a/persistent-data/data-structures/bitset.h b/persistent-data/data-structures/bitset.h index b01845e..9d2b590 100644 --- a/persistent-data/data-structures/bitset.h +++ b/persistent-data/data-structures/bitset.h @@ -16,8 +16,8 @@ // with thin-provisioning-tools. If not, see // . -#ifndef BITSET_H -#define BITSET_H +#ifndef PERSISTENT_DATA_DATA_STRUCTURES_BITSET_H +#define PERSISTENT_DATA_DATA_STRUCTURES_BITSET_H #include "persistent-data/run.h"