summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-03-13 17:29:18 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-03-13 17:29:18 +0000
commit2ef1847a8bca063b9ad88797fa66ce802a3f72d7 (patch)
treecd4085aedd29f2dffb39be58e63e941d1a9033f3 /ProcessList.c
parent5268ff8c675ce06db1f1ce447598ebd94267238f (diff)
Complete implementation of --with-proc, making htop more FreeBSD-friendly
Diffstat (limited to 'ProcessList.c')
-rw-r--r--ProcessList.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ProcessList.c b/ProcessList.c
index 3d87ec00..062cada0 100644
--- a/ProcessList.c
+++ b/ProcessList.c
@@ -5,6 +5,11 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
+#ifndef CONFIG_H
+#define CONFIG_H
+#include "config.h"
+#endif
+
#include "ProcessList.h"
#include "Process.h"
#include "TypedVector.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy