diff options
| author | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-22 15:02:51 +0000 | 
|---|---|---|
| committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-22 15:02:51 +0000 | 
| commit | 54265bebea80fcb705f88209d30ae5d52c9bc945 (patch) | |
| tree | 72ce002ddfb40d70b062053002012de290f1a8cb | |
| parent | d59cff5af1121c80271d98cda186c9e3c57293d7 (diff) | |
Add poll.h header.
| -rw-r--r-- | include/poll.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/poll.h b/include/poll.h new file mode 100644 index 000000000..06fb41ab8 --- /dev/null +++ b/include/poll.h @@ -0,0 +1 @@ +#include <sys/poll.h>  | 
