1
1

Use HAVE_STRINGS_H instead of WIN32 in r26728.

This commit was SVN r26729.

The following SVN revision numbers were found above:
  r26728 --> open-mpi/ompi@c97f46bcc7
Этот коммит содержится в:
Shiqing Fan 2012-07-03 14:45:24 +00:00
родитель c97f46bcc7
Коммит 1244f1f93a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,7 +14,7 @@
#include <limits.h>
#include <assert.h>
#ifndef _WIN32
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif

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

@ -13,7 +13,7 @@
#include <private/debug.h>
#include <assert.h>
#ifndef _WIN32
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif