1
1

fix posix builds on solaris. shmem still needs more cleanup on solaris, but at least shmem will stop breaking builds (i hope).

This commit was SVN r24807.
Этот коммит содержится в:
Samuel Gutierrez 2011-06-22 23:08:58 +00:00
родитель 5b5ce434fc
Коммит 7fcf806dc9

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

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