aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2015-01-15 09:46:46 +0100
committerMarcus Arendt <[email protected]>2015-01-15 09:46:46 +0100
commit6ccf0e320df237f2f4aed653768d03094fe205bd (patch)
treebd20d3b29551fcfef9fd73799d76a9825e543f31 /lib
parent43454b36efafe336f24190a84039edb1643e53ea (diff)
parent6dfa942bed5943a0fde398804fc7da9281a046be (diff)
downloadotp-6ccf0e320df237f2f4aed653768d03094fe205bd.tar.gz
otp-6ccf0e320df237f2f4aed653768d03094fe205bd.tar.bz2
otp-6ccf0e320df237f2f4aed653768d03094fe205bd.zip
Merge branch 'arekinath/openbsd-build/OTP-12404' into maint
* arekinath/openbsd-build/OTP-12404: Fix compile breakage on OpenBSD
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