packages/libs/boost/patches/010-fiber_fix_0506e46640989e1f919388ad36890bd6063cd43a.patch

13 lines
373 B
Diff
Raw Normal View History

Index: boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
===================================================================
--- boost_1_65_1.orig/libs/fiber/src/numa/linux/pin_thread.cpp
+++ boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
@@ -9,6 +9,7 @@
extern "C" {
#include <pthread.h>
#include <sched.h>
+#include <string.h>
}
#include <system_error>