1
1

Correctly set the include for the ddt_test.

This commit was SVN r7217.
Этот коммит содержится в:
George Bosilca 2005-09-07 17:05:29 +00:00
родитель 881851604b
Коммит f0b4553757

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

@ -17,9 +17,9 @@
#include "ompi_config.h"
#include <stdbool.h>
#include "datatype.h"
#include "datatype/datatype_internal.h"
#include "datatype/convertor.h"
#include "ompi/datatype/datatype.h"
#include "ompi/datatype/datatype_internal.h"
#include "ompi/datatype/convertor.h"
#include <time.h>
#include <stdlib.h>
#ifdef HAVE_SYS_TIME_H