/*
* poll.h
*
* Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved.
* This program is free software; you can redistribute it and/or
* modify it under the same terms as Perl itself.
*
*/
#ifndef POLL_H
# define POLL_H
#include <sys/poll.h>
#endif /* POLL_H */