Skip to content
Snippets Groups Projects
Commit b2ef0616 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

libnl-tiny: fix include path to poll.h


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 39747
parent 0d120f42
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/poll.h> #include <poll.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/time.h> #include <sys/time.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment