From: Jim Warner Date: Tue, 9 Aug 2016 10:55:55 +0000 (-0500) Subject: library : exclude an #include for --disable-numa X-Git-Tag: v4.0.0~794 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=530d19f90f5d99ee6e001ad061db3a18c42c1d1c;p=procps-ng library : exclude an #include for --disable-numa When the numa stuff was imported from the top program, that #include for dlopen() was not made conditional as it should have been. Well, here it is being corrected. Signed-off-by: Jim Warner --- diff --git a/proc/stat.c b/proc/stat.c index 5c3f3b87..43665aac 100644 --- a/proc/stat.c +++ b/proc/stat.c @@ -16,7 +16,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef NUMA_DISABLE #include +#endif #include #include #include