From c194796a1a16b7a67faca6f00e8058137d17ba77 Mon Sep 17 00:00:00 2001 From: Vladimir Jelen Date: Thu, 30 Mar 2006 12:20:08 +0200 Subject: [PATCH] added #ifndef for header file --- lib/bitarray.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2