summaryrefslogtreecommitdiff
path: root/TraceScreen.c
diff options
context:
space:
mode:
authorloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-09-24 00:30:47 +0000
committerloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-09-24 00:30:47 +0000
commita10d3988d0c4daa3d0ca9169e704f4a3f16d2d67 (patch)
tree39de052be8fcdbb1a58150eedde74bfbc0d5b92c /TraceScreen.c
parented5176091b3e56132f3398e6a06f5ac987ba2b20 (diff)
downloadhtop-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.c2
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>