1
1

Under gcc 4.2.4, make check was failing without the <stdio.h>.

Moreover, I could not figure out why <time.h> would need to be
included twice.  So, I substituted the former for the latter,
in the superfluous instantiation.

This commit was SVN r19859.
Этот коммит содержится в:
Kenneth Matney 2008-10-31 12:18:57 +00:00
родитель 3b1a1d75f8
Коммит 94f8189532

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

@ -27,7 +27,7 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <time.h>
#include <stdio.h>
/* Compile with:
mpicc -DHAVE_CONFIG_H -I. -I../../include -I../../../ompi-trunk/include -I../.. -I../../include -I../../../ompi-trunk/opal -I../../../ompi-trunk/orte -I../../../ompi-trunk/ompi -g ddt_test.c -o ddt_test