diff options
author | Fredrik Gustafsson <[email protected]> | 2013-03-15 14:14:25 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-15 14:14:25 +0100 |
commit | 40a79961da84ad3c6f3f944cace806ac12161d40 (patch) | |
tree | d3fd31f581609be0dacc2c84ceacbe291b6ee14a /lib/os_mon | |
parent | 1990318baa032d1e65f3b39f420d9fbddb1bf830 (diff) | |
parent | 676982407bf45c437de8059def8b7ce7435162cf (diff) | |
download | otp-40a79961da84ad3c6f3f944cace806ac12161d40.tar.gz otp-40a79961da84ad3c6f3f944cace806ac12161d40.tar.bz2 otp-40a79961da84ad3c6f3f944cace806ac12161d40.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/os_mon')
-rw-r--r-- | lib/os_mon/c_src/memsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/os_mon/c_src/memsup.c b/lib/os_mon/c_src/memsup.c index 3a1a8e9444..8e610f951b 100644 --- a/lib/os_mon/c_src/memsup.c +++ b/lib/os_mon/c_src/memsup.c @@ -104,7 +104,7 @@ #if !defined (__OpenBSD__) && !defined (__NetBSD__) #include <vm/vm_param.h> #endif -#if defined (__FreeBSD__) || defined(__DragonFly__) +#if defined (__FreeBSD__) || defined(__DragonFly__) || defined (__NetBSD__) #include <sys/vmmeter.h> #endif #endif |