1
1

Removing explicit reference to stdint.h (breaks Solaris compile)

This commit was SVN r2162.
Этот коммит содержится в:
David Daniel 2004-08-16 03:53:17 +00:00
родитель 0d093b40a0
Коммит 3dae1199a6

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

@ -17,11 +17,12 @@
/*
* includes
*/
#include <sys/types.h>
#include <stdint.h>
#include <limits.h>
#include "ompi_config.h"
#include <sys/types.h>
#include <limits.h>
#include "include/types.h"
#include "class/ompi_list.h"