From 3e6d1c4ee0ef0f83fa93b6dc47623c7c7d3882a2 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Thu, 3 Nov 2011 17:23:21 -0500 Subject: [PATCH] top: added for VALIDATE_NLS which requires exit() --- top/top_nls.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/top/top_nls.c b/top/top_nls.c index 32bb822c..ff0be269 100644 --- a/top/top_nls.c +++ b/top/top_nls.c @@ -19,6 +19,9 @@ #include #include +#ifdef VALIDATE_NLS +#include +#endif #include #include "../include/nls.h"