From 84daefbfc0055871770da530917e53d360ffb0cc Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 19 May 2005 23:28:07 +0000 Subject: [PATCH] We need a prototype for one of the functions in datatype.h This commit was SVN r5785. --- src/proc/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc/proc.c b/src/proc/proc.c index 0de863d326..52d55a8c60 100644 --- a/src/proc/proc.c +++ b/src/proc/proc.c @@ -26,7 +26,7 @@ #include "mca/oob/oob.h" #include "mca/ns/ns.h" #include "mca/pml/pml.h" - +#include "datatype/datatype.h" static ompi_list_t ompi_proc_list; static ompi_mutex_t ompi_proc_lock;