projects
/
project
/
libnl-tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b0d74
)
libnl-tiny: fix include path to poll.h
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 24 Feb 2014 21:08:28 +0000
(21:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 24 Feb 2014 21:08:28 +0000
(21:08 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39747
src/include/netlink/netlink.h
patch
|
blob
|
history
diff --git
a/src/include/netlink/netlink.h
b/src/include/netlink/netlink.h
index e06fb7f118104a4921da39d087590e7b432fed93..c333c503dd8139c4cbc4ba9146e20b6a442bb82e 100644
(file)
--- a/
src/include/netlink/netlink.h
+++ b/
src/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>