diff options
author | Jim Warner <james.warner@comcast.net> | 2011-11-03 17:31:00 -0500 |
---|---|---|
committer | Craig Small <csmall@enc.com.au> | 2011-12-22 23:48:05 +1100 |
commit | cb3b040718bbe1c2bb66bd7f22918c37ccb31dc1 (patch) | |
tree | cd1c429e43241a4c2a7a942d4708bafc38bed2ab /top/top.c | |
parent | 3e6d1c4ee0ef0f83fa93b6dc47623c7c7d3882a2 (diff) | |
download | procps-ng-cb3b040718bbe1c2bb66bd7f22918c37ccb31dc1.tar.gz |
top: repositioned nls.h to avoid redefine of procps.h restrict
Diffstat (limited to 'top/top.c')
-rw-r--r-- | top/top.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,6 +41,8 @@ #include <unistd.h> #include <values.h> +#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" |