1
1

Add missing <sys/types.h> for size_t and friends (which is not

automatically included in optimized builds).

This commit was SVN r6547.
Этот коммит содержится в:
Jeff Squyres 2005-07-19 12:23:07 +00:00
родитель 14ba3322e9
Коммит 41f9cd8224

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

@ -18,6 +18,12 @@
#ifndef ORTE_TYPES_H
#define ORTE_TYPES_H
#include "orte_config.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
/**
* Supported datatypes for messaging and storage operations.
*