1
1
This commit was SVN r8441.
Этот коммит содержится в:
George Bosilca 2005-12-10 22:11:10 +00:00
родитель 53235eb34d
Коммит 6f45b6175a

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

@ -32,8 +32,12 @@
#include <sched.h>
#endif
#include <sys/types.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif /* HAVE_SYS_MMAN_H */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include "mpi.h"
#include "opal/mca/maffinity/maffinity.h"