X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fbitarray.h;h=724804154e58349b94bca592667edd2d0b200949;hb=8c48090e240d68564c79eb29ac9004cc911bb5d0;hp=04ac582d04a3ecea43938c351081159383facf9c;hpb=be8d99292164b5708998ce8d46424574fc866f80;p=libucw.git diff --git a/lib/bitarray.h b/lib/bitarray.h index 04ac582d..72480415 100644 --- a/lib/bitarray.h +++ b/lib/bitarray.h @@ -7,6 +7,9 @@ * of the GNU Lesser General Public License. */ +#ifndef _UCW_BITARRAY_H +#define _UCW_BITARRAY_H + #include typedef u32 *bitarray_t; @@ -100,3 +103,5 @@ bit_array_test_and_clear(bitarray_t a, uns i) #define BIT_ARRAY_FISH_BITS_END \ while (0); \ } + +#endif