c75c8ab6a6
Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 48004
13 lines
356 B
C
13 lines
356 B
C
diff --git a/include/netlink/netlink.h b/include/netlink/netlink.h
|
|
index 5f68548..3bf3ed5 100644
|
|
--- a/include/netlink/netlink.h
|
|
+++ b/include/netlink/netlink.h
|
|
@@ -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>
|