From: octo Date: Wed, 7 Jun 2006 16:53:09 +0000 (+0000) Subject: memory plugin: MACH_VM_STATISTICS_H -> HAVE_MACH_VM_STATISTICS_H X-Git-Tag: svn-trunk~14 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f5adb596f44489eef9f59238277f21c948685a64;p=collectd.git memory plugin: MACH_VM_STATISTICS_H -> HAVE_MACH_VM_STATISTICS_H Not really a bug. It worked the other way, too.. --- diff --git a/src/memory.c b/src/memory.c index d8bbb6ee..00fd1bf9 100644 --- a/src/memory.c +++ b/src/memory.c @@ -36,7 +36,7 @@ #ifdef HAVE_MACH_HOST_PRIV_H # include #endif -#ifdef MACH_VM_STATISTICS_H +#ifdef HAVE_MACH_VM_STATISTICS_H # include #endif