From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Fri, 9 Jul 2021 05:02:01 +0430
Subject: [PATCH] include: Teach the header about minerva
---
include/uv/unix.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uv/unix.h b/include/uv/unix.h
index 7c972026f688e82c62b895f392bc46b3fef184b8..72bec95ee968af95b79781b03f3ef084239f88c9 100644
--- a/include/uv/unix.h
+++ b/include/uv/unix.h
@@ -68,6 +68,8 @@
defined(__QNX__) || \
defined(__GNU__)
# include "uv/posix.h"
+#elif defined(__minerva__)
+# include "uv/posix.h"
#endif
#ifndef NI_MAXHOST