diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sys/select.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/sys/select.h b/misc/sys/select.h index 320df02e02..dcb2012cff 100644 --- a/misc/sys/select.h +++ b/misc/sys/select.h @@ -19,9 +19,9 @@ Boston, MA 02111-1307, USA. */ /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */ -#ifndef __SYS_SELECT_H +#ifndef _SYS_SELECT_H -#define __SYS_SELECT_H 1 +#define _SYS_SELECT_H 1 #include <features.h> /* Get definition of needed basic types. */ @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ /* Get definition of timer specification structures. */ #define __need_timespec -#include <sys/time.h> +#include <time.h> __BEGIN_DECLS |