From 4df76d127b9cf830a15244da75976efb43752c6b Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 5 Mar 2008 09:46:47 +0000 Subject: Embed PLPA (Portable Linux Processor Affinity) in order to support conflicting affinity API of different Linux kernel versions. --- Process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Process.h') diff --git a/Process.h b/Process.h index a1783305..ac1c1af7 100644 --- a/Process.h +++ b/Process.h @@ -30,6 +30,8 @@ in the source distribution for its full text. #include #include +#include + // This works only with glibc 2.1+. On earlier versions // the behavior is similar to have a hardcoded page size. #ifndef PAGE_SIZE -- cgit v1.2.3