From fa357459f88bb8f0170d1a68df66e7d068d59996 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 27 Sep 2024 20:45:36 -0600 Subject: fixes --- libnetio/netio_posix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libnetio/netio_posix.c') diff --git a/libnetio/netio_posix.c b/libnetio/netio_posix.c index 46851f7..133b226 100644 --- a/libnetio/netio_posix.c +++ b/libnetio/netio_posix.c @@ -16,9 +16,9 @@ # include /* for fcntl(), F_SETFL, O_ASYNC, F_SETSIG */ #endif -#include "netio.h" -#include "coroutine.h" -#include "coroutine_sema.h" +#include +#include +#include /* I found the following post to be very helpful when writing this: * http://davmac.org/davpage/linux/async-io.html */ -- cgit v1.2.3-2-g168b