summaryrefslogtreecommitdiff
path: root/libcr_ipc
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-05 08:14:27 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-05 08:14:27 -0600
commitcc3a585e37cf58b61cbea599cc4de93cf713834b (patch)
tree8f73af6ff3922acdefeb7a8475e364f1945a48a3 /libcr_ipc
parent4f7cf6b416ccede492ace64533ab35a9a289f463 (diff)
compiles
Diffstat (limited to 'libcr_ipc')
-rw-r--r--libcr_ipc/include/libcr_ipc/chan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcr_ipc/include/libcr_ipc/chan.h b/libcr_ipc/include/libcr_ipc/chan.h
index 551684d..bc6163c 100644
--- a/libcr_ipc/include/libcr_ipc/chan.h
+++ b/libcr_ipc/include/libcr_ipc/chan.h
@@ -7,8 +7,7 @@
#ifndef _COROUTINE_CHAN_H_
#define _COROUTINE_CHAN_H_
-#include <assert.h>
-#include <libcr/coroutine.h>
+#include <libcr_ipc/_common.h>
/**
* A cr_chan_t(val_t) is a simple unbuffered (Go-like) channel that