diff options
author | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2011-09-24 00:30:47 +0000 |
---|---|---|
committer | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2011-09-24 00:30:47 +0000 |
commit | a10d3988d0c4daa3d0ca9169e704f4a3f16d2d67 (patch) | |
tree | 39de052be8fcdbb1a58150eedde74bfbc0d5b92c /TraceScreen.c | |
parent | ed5176091b3e56132f3398e6a06f5ac987ba2b20 (diff) | |
download | htop-a10d3988d0c4daa3d0ca9169e704f4a3f16d2d67.tar.gz |
Convert affinity control from the deprecated PLPA to HWLOC
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@251 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'TraceScreen.c')
-rw-r--r-- | TraceScreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TraceScreen.c b/TraceScreen.c index 3af12e2..d66d20a 100644 --- a/TraceScreen.c +++ b/TraceScreen.c @@ -5,7 +5,7 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#define _GNU_SOURCE +#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdbool.h> |