summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2014-07-10 18:38:16 +0200
committerrofl0r <retnyg@gmx.net>2014-07-10 18:38:16 +0200
commit24787aff5c19b72aee7f0ef40960bb065cea9bde (patch)
treebeeaddc9fef97ebf78d137269943512ed5a189b8 /include
parent9c8309d4e129a994141871ffc5825b4f616c0b21 (diff)
downloadlibnl-tiny-24787aff5c19b72aee7f0ef40960bb065cea9bde.tar.gz
fix incorrect include causing warning
Diffstat (limited to 'include')
-rw-r--r--include/netlink/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink/netlink.h b/include/netlink/netlink.h
index e06fb7f..c333c50 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>