]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
netlink/netlink.h: fix build including <poll.h> with the musl C library
authorJörg Krause <jkrause@posteo.de>
Mon, 1 Sep 2014 10:38:10 +0000 (12:38 +0200)
committerThomas Haller <thaller@redhat.com>
Tue, 30 Sep 2014 07:33:46 +0000 (09:33 +0200)
https://github.com/thom311/libnl/pull/64

Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/netlink.h

index 28dba06edd56cfcc18811c43680ebb13ce038807..61656b397352695e01f763a7dfbf5890fda3e728 100644 (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>