--- proctools/proctools.orig.h	2003-12-06 03:12:04.000000000 -0800
+++ proctools/proctools.h	2008-06-01 22:34:58.000000000 -0700
@@ -5,7 +5,12 @@
 
 #include <sys/cdefs.h>
 #include <stdio.h>
+
+#if defined(USE_KVM)
 #include <kvm.h>
+#else
+#define USE_SYSCTL
+#endif
 
 #if !defined(USE_KVM) && !defined(USE_SYSCTL)
 #	if defined(KVM_NO_FILES)