summaryrefslogtreecommitdiff
path: root/examples/natmod/uheapq/uheapq.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/natmod/uheapq/uheapq.c')
-rw-r--r--examples/natmod/uheapq/uheapq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/natmod/uheapq/uheapq.c b/examples/natmod/uheapq/uheapq.c
index e339ccafd..ed19652a6 100644
--- a/examples/natmod/uheapq/uheapq.c
+++ b/examples/natmod/uheapq/uheapq.c
@@ -2,7 +2,7 @@
#include "py/dynruntime.h"
-#include "extmod/moduheapq.c"
+#include "extmod/modheapq.c"
mp_obj_t mpy_init(mp_obj_fun_bc_t *self, size_t n_args, size_t n_kw, mp_obj_t *args) {
MP_DYNRUNTIME_INIT_ENTRY