diff options
author | Yu Kobayashi <yukoba@accelart.jp> | 2013-07-30 13:15:41 +0900 |
---|---|---|
committer | Yu Kobayashi <yukoba@accelart.jp> | 2013-08-07 03:13:57 +0900 |
commit | 0a9dc0b0b23c8c22fc96ddaa063755f939e4ca6d (patch) | |
tree | 59a04a8d6491b7a6e967a974cf3f9c316ba75baf /system/include/sys/select.h | |
parent | 1453cf0757f58249e6e3120da040557b41e93663 (diff) |
Add constants to network headers
Diffstat (limited to 'system/include/sys/select.h')
-rw-r--r-- | system/include/sys/select.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/sys/select.h b/system/include/sys/select.h index a5c73147..d6957fea 100644 --- a/system/include/sys/select.h +++ b/system/include/sys/select.h @@ -1,6 +1,8 @@ #ifndef _SELECT_H #define _SELECT_H +#include <unistd.h> + #ifdef __cplusplus extern "C" { #endif |