summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/coroutines/dining_philosophers.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/coroutines/dining_philosophers.c')
-rw-r--r--misc/examples/coroutines/dining_philosophers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/coroutines/dining_philosophers.c b/misc/examples/coroutines/dining_philosophers.c
index a5063a42..abe09204 100644
--- a/misc/examples/coroutines/dining_philosophers.c
+++ b/misc/examples/coroutines/dining_philosophers.c
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <time.h>
#include <stc/crand.h>
-#include <stc/algo/coroutine.h>
+#include <stc/coroutine.h>
// Define the number of philosophers and forks
enum {