Commit b0623ca0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing poll() declaration

parent 1e5ba476
......@@ -274,6 +274,10 @@ struct pollfd
unsigned revents;
};
#endif
#ifndef HAVE_POLL
struct pollfd;
int poll (struct pollfd *, unsigned, int);
#endif
#ifndef HAVE_IF_NAMEINDEX
#include <errno.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment