aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2015-01-15 09:47:08 +0100
committerMarcus Arendt <[email protected]>2015-01-15 09:47:08 +0100
commit85fb6bb5a50b4a484532fd3b9830d0a8ea9d02ac (patch)
tree8ddca9d882c55f445d9386b29c7490d255f23f9b /lib
parent9c544a43348b920896ff2062db2caa128f08af83 (diff)
parent6ccf0e320df237f2f4aed653768d03094fe205bd (diff)
downloadotp-85fb6bb5a50b4a484532fd3b9830d0a8ea9d02ac.tar.gz
otp-85fb6bb5a50b4a484532fd3b9830d0a8ea9d02ac.tar.bz2
otp-85fb6bb5a50b4a484532fd3b9830d0a8ea9d02ac.zip
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r--lib/os_mon/c_src/memsup.c2
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 409db84aa7..5dcab07dd8 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__) || defined (__NetBSD__)
+#if defined (__FreeBSD__) || defined(__DragonFly__) || defined (__NetBSD__) || defined(__OpenBSD__)
#include <sys/vmmeter.h>
#endif
#endif