$OpenBSD: patch-runtime_flang_async_c,v 1.2 2018/07/04 22:00:28 bcallah Exp $

async support

Index: runtime/flang/async.c
--- runtime/flang/async.c.orig
+++ runtime/flang/async.c
@@ -32,7 +32,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>
-#include <aio.h>
+#include <aio_compat.h>
 #include <signal.h>
 #else
 #include <windows.h>
