diff --git a/sysctl.c b/sysctl.c index df0ea432..0c4a6309 100644 --- a/sysctl.c +++ b/sysctl.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -46,11 +47,6 @@ #include "proc/procps.h" #include "proc/version.h" -/* Proof that C++ causes brain damage: */ -typedef int bool; -static bool true = 1; -static bool false = 0; - /* * Globals... */