1
1

Add missing header file that caused compilation errors in the

rhc-step2b branch last night.

This commit was SVN r17453.
Этот коммит содержится в:
Jeff Squyres 2008-02-14 14:10:27 +00:00
родитель 255cd2186b
Коммит 6420db7088

Просмотреть файл

@ -27,6 +27,7 @@
#include <infiniband/verbs.h> #include <infiniband/verbs.h>
#include <errno.h> #include <errno.h>
#include <string.h> /* for strerror()*/ #include <string.h> /* for strerror()*/
#include <unistd.h>
#include "ompi/constants.h" #include "ompi/constants.h"
#include "opal/event/event.h" #include "opal/event/event.h"