From cb3b040718bbe1c2bb66bd7f22918c37ccb31dc1 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Thu, 3 Nov 2011 17:31:00 -0500 Subject: [PATCH] top: repositioned nls.h to avoid redefine of procps.h restrict --- top/top.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/top/top.c b/top/top.c index e5d98dec..ad28cda6 100644 --- a/top/top.c +++ b/top/top.c @@ -41,6 +41,8 @@ #include #include +#include "../include/nls.h" + #include "../proc/devname.h" #include "../proc/procps.h" #include "../proc/readproc.h" @@ -50,8 +52,6 @@ #include "../proc/wchan.h" #include "../proc/whattime.h" -#include "../include/nls.h" - #include "top.h" #include "top_nls.h"