mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12734
14 lines
248 B
C
14 lines
248 B
C
--- runtime/flang/async.c.orig 2017-10-19 11:03:03 UTC
|
|
+++ runtime/flang/async.c
|
|
@@ -39,9 +39,10 @@
|
|
#include <errno.h>
|
|
#endif
|
|
|
|
+#include <sys/signal.h>
|
|
+
|
|
#include "stdioInterf.h"
|
|
#include "async.h"
|
|
-
|
|
|
|
#define FIO_MAX_ASYNC_TRANSACTIONS 16
|
|
|