Complete implementation of --with-proc, making htop more FreeBSD-friendly

This commit is contained in:
Hisham Muhammad
2006-03-13 17:29:18 +00:00
parent 5268ff8c67
commit 2ef1847a8b
3 changed files with 18 additions and 1 deletions

View File

@ -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"