Return to nanosleep.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / sudo / compat |
version 1.1.1.1, 2012/02/21 16:23:02 | version 1.1.1.2, 2012/05/29 12:26:49 |
---|---|
Line 24 | Line 24 |
#if TIME_WITH_SYS_TIME | #if TIME_WITH_SYS_TIME |
# include <time.h> | # include <time.h> |
#endif | #endif |
#ifndef HAVE_TIMESPEC | #ifndef HAVE_STRUCT_TIMESPEC |
# include "compat/timespec.h" | # include "compat/timespec.h" |
#endif | #endif |
#include <errno.h> | #include <errno.h> |