1
1

- First have the _config.h header,

then include system headers based on what's defined.

This commit was SVN r20886.
Этот коммит содержится в:
Rainer Keller 2009-03-26 12:56:22 +00:00
родитель 25d457e3d4
Коммит 6ad07dbffa

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

@ -19,11 +19,14 @@
* $HEADER$
*/
#include <errno.h>
#include "ompi_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <errno.h>
#include <infiniband/verbs.h>
#include "ompi_config.h"
#include "ompi/constants.h"
#include "opal/prefetch.h"
#include "orte/util/show_help.h"