1
1

Sleep is defined in the unistd.h file, do not forget to include it on the dependencies list.

This commit was SVN r7301.
Этот коммит содержится в:
George Bosilca 2005-09-11 20:05:17 +00:00
родитель 361ff6640f
Коммит e501768f10

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

@ -19,6 +19,9 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "opal/class/opal_object.h"
#include "file/file.h"