summaryrefslogtreecommitdiff
path: root/libnetio/netio_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnetio/netio_posix.c')
-rw-r--r--libnetio/netio_posix.c6
1 files changed, 3 insertions, 3 deletions
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 <fcntl.h> /* for fcntl(), F_SETFL, O_ASYNC, F_SETSIG */
#endif
-#include "netio.h"
-#include "coroutine.h"
-#include "coroutine_sema.h"
+#include <libnetio/netio.h>
+#include <libcr/coroutine.h>
+#include <libcr_ipc/sema.h>
/* I found the following post to be very helpful when writing this:
* http://davmac.org/davpage/linux/async-io.html */