Index: libcfa/src/concurrency/coroutine.cfa
===================================================================
--- libcfa/src/concurrency/coroutine.cfa	(revision 427854baeaba2d97cb23623b6d3c3ad7f7b0dbdd)
+++ libcfa/src/concurrency/coroutine.cfa	(revision badd22fed4b3a215a3ee5543fcf2ab6273d57984)
@@ -10,6 +10,6 @@
 // Created On       : Mon Nov 28 12:27:26 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Feb  4 12:29:25 2020
-// Update Count     : 16
+// Last Modified On : Tue May 26 22:06:09 2020
+// Update Count     : 21
 //
 
@@ -18,5 +18,4 @@
 #include "coroutine.hfa"
 
-extern "C" {
 #include <stddef.h>
 #include <malloc.h>
@@ -24,9 +23,10 @@
 #include <string.h>
 #include <unistd.h>
-// use this define to make unwind.h play nice, definetely a hack
+#include <sys/mman.h>									// mprotect
+extern "C" {
+// use this define to make unwind.h play nice, definitely a hack
 #define HIDE_EXPORTS
 #include <unwind.h>
 #undef HIDE_EXPORTS
-#include <sys/mman.h>
 }
 
