netlink/netlink.h: fix build including <poll.h> with the musl C library

https://github.com/thom311/libnl/pull/64

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Jörg Krause 2014-09-01 12:38:10 +02:00 committed by Thomas Haller
parent d6f761bc4e
commit e003951945

View file

@ -16,7 +16,7 @@
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <sys/poll.h>
#include <poll.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/time.h>