diff options
Diffstat (limited to 'misc/examples/coroutines/generator.c')
| -rw-r--r-- | misc/examples/coroutines/generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/coroutines/generator.c b/misc/examples/coroutines/generator.c index a15f9ba5..f9e59fea 100644 --- a/misc/examples/coroutines/generator.c +++ b/misc/examples/coroutines/generator.c @@ -1,7 +1,7 @@ // https://quuxplusone.github.io/blog/2019/03/06/pythagorean-triples/ -#include <stc/algo/coroutine.h> #include <stdio.h> +#include <stc/coroutine.h> typedef struct { int size; |
