1
1

fix shmem sysv build on solaris.

This commit was SVN r24806.
Этот коммит содержится в:
Samuel Gutierrez 2011-06-22 18:05:08 +00:00
родитель 867df203bc
Коммит 5b5ce434fc

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

@ -45,6 +45,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif /* HAVE_NETDB_H */
#include "opal/constants.h"
#include "opal_stdint.h"