]> granicus.if.org Git - procps-ng/commitdiff
top: added #include of proc/readproc.h to top.h
authorJim Warner <james.warner@comcast.net>
Mon, 24 Oct 2011 22:18:57 +0000 (17:18 -0500)
committerCraig Small <csmall@enc.com.au>
Thu, 22 Dec 2011 12:48:04 +0000 (23:48 +1100)
top/top.h

index ae0849d822eca8cb69f7e9a71dda3369d18a5d4b..152f78386668c00b16911cf0705eaf93a41146ab 100644 (file)
--- 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     */