1
1

icc complains about the missing prototype.

This commit was SVN r27373.
Этот коммит содержится в:
George Bosilca 2012-09-26 09:56:14 +00:00
родитель 890dedf13f
Коммит 48f528f142

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

@ -11,6 +11,9 @@
#include "ompi_config.h"
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#include <infiniband/verbs.h>
#include "ompi/constants.h"