From bc0f73e335be41f00b98849a3b66c882a6d93288 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Mon, 24 Oct 2011 17:18:57 -0500 Subject: [PATCH] top: added #include of proc/readproc.h to top.h --- top/top.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/top/top.h b/top/top.h index ae0849d8..152f7838 100644 --- a/top/top.h +++ b/top/top.h @@ -22,6 +22,8 @@ #include "../proc/readproc.h" +#include "proc/readproc.h" + /* Development/Debugging defines ----------------------------------- */ //#define ATEOJ_RPTHSH /* report on hash specifics, at end-of-job */ //#define ATEOJ_RPTSTD /* report on misc stuff, at end-of-job */