aboutsummaryrefslogtreecommitdiff
path: root/src/helper/bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/bits.h')
-rw-r--r--src/helper/bits.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/bits.h b/src/helper/bits.h
index cdcac9e..00d3c02 100644
--- a/src/helper/bits.h
+++ b/src/helper/bits.h
@@ -24,6 +24,7 @@
#ifndef OPENOCD_HELPER_BITS_H
#define OPENOCD_HELPER_BITS_H
+#include <helper/replacements.h>
#include <helper/types.h>
#define BIT(nr) (1UL << (nr))