diff options
Diffstat (limited to 'extmod/machine_bitstream.c')
-rw-r--r-- | extmod/machine_bitstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/machine_bitstream.c b/extmod/machine_bitstream.c index 30f1ff1ea..af093a4b5 100644 --- a/extmod/machine_bitstream.c +++ b/extmod/machine_bitstream.c @@ -27,7 +27,7 @@ #include "py/runtime.h" #include "py/mphal.h" -#include "extmod/machine_bitstream.h" +#include "extmod/modmachine.h" #if MICROPY_PY_MACHINE_BITSTREAM |