diff options
Diffstat (limited to 'tools/include/asm-generic/bitops.h')
| -rw-r--r-- | tools/include/asm-generic/bitops.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/include/asm-generic/bitops.h b/tools/include/asm-generic/bitops.h index 6eedba1f7732..653d1bad77de 100644 --- a/tools/include/asm-generic/bitops.h +++ b/tools/include/asm-generic/bitops.h @@ -22,6 +22,8 @@  #error only <linux/bitops.h> can be included directly  #endif +#include <asm-generic/bitops/hweight.h> +  #include <asm-generic/bitops/atomic.h>  #endif /* __TOOLS_ASM_GENERIC_BITOPS_H */ | 
