diff options
Diffstat (limited to 'sys/sys/types.h')
-rw-r--r-- | sys/sys/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h index 129ca0f2f4c4..fd375139a092 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -311,7 +311,9 @@ typedef _Bool bool; #if __BSD_VISIBLE +#ifndef _STANDALONE #include <sys/select.h> +#endif /* * The major and minor numbers are encoded in dev_t as MMMmmmMm (where |