1
1

- Missed string.h to get rid of warnings...

This commit was SVN r21265.
Этот коммит содержится в:
Rainer Keller 2009-05-22 23:47:49 +00:00
родитель a67d67b2b9
Коммит fbb2834977

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

@ -19,6 +19,10 @@
#include "ompi_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "ompi/constants.h"
#include "ompi/communicator/communicator.h"
#include "ompi/datatype/convertor.h"