summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/coroutines/cointerleave.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/coroutines/cointerleave.c')
-rw-r--r--misc/examples/coroutines/cointerleave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/coroutines/cointerleave.c b/misc/examples/coroutines/cointerleave.c
index 599ceaab..ea0d4dac 100644
--- a/misc/examples/coroutines/cointerleave.c
+++ b/misc/examples/coroutines/cointerleave.c
@@ -1,6 +1,6 @@
// https://www.youtube.com/watch?v=8sEe-4tig_A
#include <stdio.h>
-#include <stc/calgo.h>
+#include <stc/coroutine.h>
#define i_type IVec
#define i_key int
#include <stc/cvec.h>