util/bitset: include util/macro.h

BITSET_FFS(x) macro makes use of ARRAY_SIZE(x) macro which is
defined in util/macro.h. Include it directy to make usage more
straightforward.

Fixes: 692bd4a1ab ("util: replace Elements() with ARRAY_SIZE()")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Christian Gmeiner
2018-06-15 12:18:56 +02:00
committed by Eric Engestrom
parent 4cfc4cef80
commit efae127993

View File

@@ -32,6 +32,7 @@
#define BITSET_H
#include "util/bitscan.h"
#include "util/macros.h"
/****************************************************************************
* generic bitset implementation