mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 13:35:11 +02:00
10 lines
241 B
Diff
10 lines
241 B
Diff
--- src/libutil/affinity.cc.orig 2015-12-19 21:10:00.175521237 +0100
|
|
+++ src/libutil/affinity.cc 2015-12-19 21:10:19.551719833 +0100
|
|
@@ -3,6 +3,7 @@
|
|
#include "affinity.hh"
|
|
|
|
#if __linux__
|
|
+#include <string.h>
|
|
#include <sched.h>
|
|
#endif
|
|
|