util/bitset: include util/macro.h
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Fri, 15 Jun 2018 10:18:56 +0000 (12:18 +0200)
committerEric Engestrom <eric.engestrom@intel.com>
Fri, 15 Jun 2018 10:26:30 +0000 (11:26 +0100)
commitefae1279936112cefe9fa1753998993df81d6201
tree59be2d4c3e4c5633d37b2b5686a2035c354dfbd8
parent4cfc4cef80a85dea2b761efd9f6deb13198c9196
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: 692bd4a1ab9 ("util: replace Elements() with ARRAY_SIZE()")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/util/bitset.h