1
1

- For memcpy and memset need string.h

This commit was SVN r21259.
Этот коммит содержится в:
Rainer Keller 2009-05-21 22:36:06 +00:00
родитель 98bdba786a
Коммит 225a1d6d8e
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -29,6 +29,9 @@
#include "ompi_config.h"
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_SCHED_H
#include <sched.h>
#endif

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

@ -18,6 +18,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"