]> git.ipfire.org Git - thirdparty/libnl.git/commit
Include <sys/select.h> before calling select(2) master
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 9 Feb 2017 08:09:42 +0000 (09:09 +0100)
committerThomas Graf <tgraf@suug.ch>
Thu, 9 Feb 2017 15:14:14 +0000 (07:14 -0800)
commit43bfe43fc58130efa3bda010621aef67a279faca
treecc73bc5ad883a22ed4bfa9f2b6ce476d2b88a0fa
parentcd4f66c321c91b10776af8749a60396185f462e1
Include <sys/select.h> before calling select(2)

This is needed for Android where select(2) is not defined as a side
effect of including any of the other headers, and should be the
correct portable thing to do to not rely on implementation details.
src/nf-log.c
src/nf-monitor.c
src/nf-queue.c
src/nl-monitor.c