1
1

Fix "make check"; manually include <string.h> since the datatype

header files were re-orged to have fewer dependencies

This commit was SVN r17427.
Этот коммит содержится в:
Jeff Squyres 2008-02-12 13:02:53 +00:00
родитель 12782ba700
Коммит 04e026fa98

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

@ -11,6 +11,7 @@
*/
#include "ompi_config.h"
#include <string.h>
#include "ompi/datatype/convertor.h"
#include "ompi/datatype/datatype.h"
#include "opal/util/output.h"