1
1

*include opal_stdint.h, not ompi_stdint.h

This commit was SVN r8987.
Этот коммит содержится в:
Brian Barrett 2006-02-12 02:54:31 +00:00
родитель ad172b0088
Коммит eafb3bc7ca

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

@ -200,7 +200,7 @@ typedef long long bool;
#endif
#include <stdint.h>
#else
#include "ompi_stdint.h"
#include "opal_stdint.h"
#endif
/*