From 5f25433bd3fc3d478d1a3c2e9d393cc64749094b Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 14 Sep 2004 14:50:43 +0000 Subject: [PATCH] Hmmm...apparently this change required by my Linux friends. Worked fine without on the Mac, but what they heck? This commit was SVN r2664. --- src/runtime/ompi_vm_register.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/runtime/ompi_vm_register.c b/src/runtime/ompi_vm_register.c index 9be0ff0785..6d0ca25591 100644 --- a/src/runtime/ompi_vm_register.c +++ b/src/runtime/ompi_vm_register.c @@ -6,6 +6,7 @@ #include "ompi_config.h" #include +#include #include "include/constants.h" @@ -20,7 +21,7 @@ #include "runtime/runtime.h" -int ompi_vm_register() +int ompi_vm_register(void) { ompi_buffer_t buffer; int ret_code;